#6AAF04

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

Shades of Christi #6AAF04

Tints of Christi #6AAF04

Color information

#6AAF04 (or 0x6AAF04) is unknown color: approx Christi. HEX triplet: 6A, AF and 04. RGB value is (106,175,4). Sum of RGB (Red+Green+Blue) = 106+175+4=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAF04 is #9550FB. Grayscale: #878787. Windows color (decimal): -9785596 or 307050. OLE color: 307050.

HSL color Cylindrical-coordinate representation of color #6AAF04: hue angle of 84.21º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6AAF04 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1061754-
CMYK0.3900.980.31
HSL84.21º95.53%35.1%-
HSV(B)84.21º97.71%68.63%-
XYZ21.333.735.5-
YUV134.8754.14107.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 175 (68.75% from 255) = 61.40%
BLUE value IS 4 (1.95% from 255) = 1.40%
R=37.19%
G=61.40%
B=1.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10617540.3900.980.3184.2195.5335.1
Hex6AAF4270621F546023
Octal15225744701423712414043
Binary110101010101111100100111011000101111110101001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,175,4); }

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

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

 a { background-color: rgb(106,175,4); }

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

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

 span { border-color: rgb(106,175,4); }

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