Html Css Color HEX #6DAA14 Christi

📋 copy color: '#6DAA14'

red 109 ◦ green 170 ◦ blue 20

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

Shades of Christi #6DAA14

Tints of Christi #6DAA14

RGB

 RED value IS 109 (42.97% from 255) = 36.45%

 GREEN value IS 170 (66.8% from 255) = 56.86%

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 36.45%
G = 56.86%
B = 6.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#6DAA14 (or 0x6DAA14) is known color: Christi. HEX triplet: 6D, AA and 14. RGB value is (109,170,20). Sum of RGB (Red+Green+Blue) = 109+170+20=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAA14 is #9255EB. Grayscale: #878787. Windows color (decimal): -9590252 or 1354349. OLE color: 1354349.

HSL color Cylindrical-coordinate representation of color #6DAA14: hue angle of 84.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DAA14 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 170 20 -
CMYK 0.36 0 0.88 0.33
HSL 84.4º 0.79% 0.37% -
HSV(B) 84.4º 0.88% 0.67% -
XYZ 20.81 32.05 5.75 -
YUV 134.66 63.29 109.7 -
System Red Green Blue C M Y K H S L
Decimal 109 170 20 0.36 0 0.88 0.33 84.4 0.79 0.37
Hex 6D AA 14 24 0 58 21 54 4F 25
Octal 155 252 24 44 0 130 41 124 117 45
Binary 1101101 10101010 10100 100100 0 1011000 100001 1010100 1001111 100101

Color Harmonies of #6DAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAA14

Black with #6DAA14

Text Example


Text Example

White with #6DAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,170,20); }

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

background-color css

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

 a { background-color: rgb(109,170,20); }

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

border-color css

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

 span { border-color: rgb(109,170,20); }

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