Html Css Color HEX #6AAA13 Christi

📋 copy color: '#6AAA13'

red 106 ◦ green 170 ◦ blue 19

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

Shades of Christi #6AAA13

Tints of Christi #6AAA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 35.93%
G = 57.63%
B = 6.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#6AAA13 (or 0x6AAA13) is known color: Christi. HEX triplet: 6A, AA and 13. RGB value is (106,170,19). Sum of RGB (Red+Green+Blue) = 106+170+19=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAA13 is #9555EC. Grayscale: #868686. Windows color (decimal): -9786861 or 1288810. OLE color: 1288810.

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

Color convert

RGB 106 170 19 -
CMYK 0.38 0 0.89 0.33
HSL 85.43º 0.8% 0.37% -
HSV(B) 85.43º 0.89% 0.67% -
XYZ 20.44 31.86 5.69 -
YUV 133.65 63.3 108.28 -
System Red Green Blue C M Y K H S L
Decimal 106 170 19 0.38 0 0.89 0.33 85.43 0.8 0.37
Hex 6A AA 13 26 0 59 21 55 50 25
Octal 152 252 23 46 0 131 41 125 120 45
Binary 1101010 10101010 10011 100110 0 1011001 100001 1010101 1010000 100101

Color Harmonies of #6AAA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA13

Black with #6AAA13

Text Example


Text Example

White with #6AAA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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