Html Css Color HEX #6FAE14 Christi

📋 copy color: '#6FAE14'

red 111 ◦ green 174 ◦ blue 20

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

Shades of Christi #6FAE14

Tints of Christi #6FAE14

RGB

 RED value IS 111 (43.75% from 255) = 36.39%

 GREEN value IS 174 (68.36% from 255) = 57.05%

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

R = 36.39%
G = 57.05%
B = 6.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#6FAE14 (or 0x6FAE14) is known color: Christi. HEX triplet: 6F, AE and 14. RGB value is (111,174,20). Sum of RGB (Red+Green+Blue) = 111+174+20=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAE14 is #9051EB. Grayscale: #8A8A8A. Windows color (decimal): -9458156 or 1355375. OLE color: 1355375.

HSL color Cylindrical-coordinate representation of color #6FAE14: hue angle of 84.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6FAE14 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 174 20 -
CMYK 0.36 0 0.89 0.32
HSL 84.55º 0.79% 0.38% -
HSV(B) 84.55º 0.89% 0.68% -
XYZ 21.82 33.7 6.02 -
YUV 137.61 61.63 109.02 -
System Red Green Blue C M Y K H S L
Decimal 111 174 20 0.36 0 0.89 0.32 84.55 0.79 0.38
Hex 6F AE 14 24 0 59 20 55 4F 26
Octal 157 256 24 44 0 131 40 125 117 46
Binary 1101111 10101110 10100 100100 0 1011001 100000 1010101 1001111 100110

Color Harmonies of #6FAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAE14

Black with #6FAE14

Text Example


Text Example

White with #6FAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,174,20); }

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

background-color css

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

 a { background-color: rgb(111,174,20); }

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

border-color css

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

 span { border-color: rgb(111,174,20); }

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