#6CAF13

Color #6CAF13 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6CAF13

Tints of Christi #6CAF13

Color information

#6CAF13 (or 0x6CAF13) is unknown color: approx Christi. HEX triplet: 6C, AF and 13. RGB value is (108,175,19). Sum of RGB (Red+Green+Blue) = 108+175+19=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAF13 is #9350EC. Grayscale: #898989. Windows color (decimal): -9654509 or 1290092. OLE color: 1290092.

HSL color Cylindrical-coordinate representation of color #6CAF13: hue angle of 85.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6CAF13 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB10817519-
CMYK0.3800.890.31
HSL85.77º80.41%38.04%-
HSV(B)85.77º89.14%68.63%-
XYZ21.6333.96.02-
YUV137.1861.3107.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.76%
GREEN value IS 175 (68.75% from 255) = 57.95%
BLUE value IS 19 (7.81% from 255) = 6.29%
R=35.76%
G=57.95%
B=6.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108175190.3800.890.3185.7780.4138.04
Hex6CAF13260591F565026
Octal154257234601313712612046
Binary11011001010111110011100110010110011111110101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,175,19); }

 H1.HeaderClassName
 {
   color: #6CAF13;
 }
 .AnyTagClassName
 {
   color: #6CAF13;
 }
</style>
background-color css

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

 a { background-color: rgb(108,175,19); }

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

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

 span { border-color: rgb(108,175,19); }

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