Html Css Color HEX #6ABD20 Christi

📋 copy color: '#6ABD20'

red 106 ◦ green 189 ◦ blue 32

#6ABD20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #6ABD20

Tints of Christi #6ABD20

RGB

 RED value IS 106 (41.8% from 255) = 32.42%

 GREEN value IS 189 (74.22% from 255) = 57.8%

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 32.42%
G = 57.8%
B = 9.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6ABD20 (or 0x6ABD20) is known color: Christi. HEX triplet: 6A, BD and 20. RGB value is (106,189,32). Sum of RGB (Red+Green+Blue) = 106+189+32=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABD20 is #9542DF. Grayscale: #929292. Windows color (decimal): -9781984 or 2145642. OLE color: 2145642.

HSL color Cylindrical-coordinate representation of color #6ABD20: hue angle of 91.72º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6ABD20 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 189 32 -
CMYK 0.44 0 0.83 0.26
HSL 91.72º 0.71% 0.43% -
HSV(B) 91.72º 0.83% 0.74% -
XYZ 24.4 39.56 7.72 -
YUV 146.29 63.5 99.27 -
System Red Green Blue C M Y K H S L
Decimal 106 189 32 0.44 0 0.83 0.26 91.72 0.71 0.43
Hex 6A BD 20 2C 0 53 1A 5C 47 2B
Octal 152 275 40 54 0 123 32 134 107 53
Binary 1101010 10111101 100000 101100 0 1010011 11010 1011100 1000111 101011

Color Harmonies of #6ABD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABD20

Black with #6ABD20

Text Example


Text Example

White with #6ABD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ABD20; }

 p { color: rgb(106,189,32); }

 H1.HeaderClassName
 {
   color: #6ABD20;
 }
 .AnyTagClassName
 {
   color: #6ABD20;
 }
</style>

background-color css

<style>
 a { background-color: #6ABD20; }

 a { background-color: rgb(106,189,32); }

 div.DivClassName
 {
   background-color: #6ABD20;
 }
 .BgClassName
 {
   background-color: #6ABD20;
 }
</style>

border-color css

<style>
 span { border-color: #6ABD20; }

 span { border-color: rgb(106,189,32); }

 td.TdClassName
 {
   border-color: #6ABD20;
 }
 .TagClassName
 {
   border-color: #6ABD20;
 }
</style>