Html Css Color HEX #6AAA04 Christi

📋 copy color: '#6AAA04'

red 106 ◦ green 170 ◦ blue 4

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

Shades of Christi #6AAA04

Tints of Christi #6AAA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 37.86%
G = 60.71%
B = 1.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#6AAA04 (or 0x6AAA04) is known color: Christi. HEX triplet: 6A, AA and 04. RGB value is (106,170,4). Sum of RGB (Red+Green+Blue) = 106+170+4=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAA04 is #9555FB. Grayscale: #848484. Windows color (decimal): -9786876 or 305770. OLE color: 305770.

HSL color Cylindrical-coordinate representation of color #6AAA04: hue angle of 83.13º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6AAA04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 170 4 -
CMYK 0.38 0 0.98 0.33
HSL 83.13º 0.95% 0.34% -
HSV(B) 83.13º 0.98% 0.67% -
XYZ 20.34 31.82 5.19 -
YUV 131.94 55.8 109.5 -
System Red Green Blue C M Y K H S L
Decimal 106 170 4 0.38 0 0.98 0.33 83.13 0.95 0.34
Hex 6A AA 4 26 0 62 21 53 5F 22
Octal 152 252 4 46 0 142 41 123 137 42
Binary 1101010 10101010 100 100110 0 1100010 100001 1010011 1011111 100010

Color Harmonies of #6AAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA04

Black with #6AAA04

Text Example


Text Example

White with #6AAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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