Html Css Color HEX #6AB302 Christi

📋 copy color: '#6AB302'

red 106 ◦ green 179 ◦ blue 2

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

Shades of Christi #6AB302

Tints of Christi #6AB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 62.37%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 36.93%
G = 62.37%
B = 0.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#6AB302 (or 0x6AB302) is known color: Christi. HEX triplet: 6A, B3 and 02. RGB value is (106,179,2). Sum of RGB (Red+Green+Blue) = 106+179+2=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 179 (70.31% from 255 or 62.37% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB302 is #954CFD. Grayscale: #898989. Windows color (decimal): -9784574 or 177002. OLE color: 177002.

HSL color Cylindrical-coordinate representation of color #6AB302: hue angle of 84.75º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AB302 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 106 179 2 -
CMYK 0.41 0 0.99 0.30
HSL 84.75º 0.98% 0.35% -
HSV(B) 84.75º 0.99% 0.7% -
XYZ 22.07 35.31 5.71 -
YUV 137 51.82 105.89 -
System Red Green Blue C M Y K H S L
Decimal 106 179 2 0.41 0 0.99 0.30 84.75 0.98 0.35
Hex 6A B3 2 29 0 63 1E 55 62 23
Octal 152 263 2 51 0 143 36 125 142 43
Binary 1101010 10110011 10 101001 0 1100011 11110 1010101 1100010 100011

Color Harmonies of #6AB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB302

Black with #6AB302

Text Example


Text Example

White with #6AB302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,179,2); }

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

background-color css

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

 a { background-color: rgb(106,179,2); }

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

border-color css

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

 span { border-color: rgb(106,179,2); }

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