Html Css Color HEX #6AB202 Christi

📋 copy color: '#6AB202'

red 106 ◦ green 178 ◦ blue 2

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

Shades of Christi #6AB202

Tints of Christi #6AB202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 62.24%

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

R = 37.06%
G = 62.24%
B = 0.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#6AB202 (or 0x6AB202) is known color: Christi. HEX triplet: 6A, B2 and 02. RGB value is (106,178,2). Sum of RGB (Red+Green+Blue) = 106+178+2=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 178 (69.92% from 255 or 62.24% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AB202 is #954DFD. Grayscale: #898989. Windows color (decimal): -9784830 or 176746. OLE color: 176746.

HSL color Cylindrical-coordinate representation of color #6AB202: hue angle of 84.55º 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 #6AB202 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 106 178 2 -
CMYK 0.40 0 0.99 0.30
HSL 84.55º 0.98% 0.35% -
HSV(B) 84.55º 0.99% 0.7% -
XYZ 21.88 34.91 5.64 -
YUV 136.41 52.15 106.31 -
System Red Green Blue C M Y K H S L
Decimal 106 178 2 0.40 0 0.99 0.30 84.55 0.98 0.35
Hex 6A B2 2 28 0 63 1E 55 62 23
Octal 152 262 2 50 0 143 36 125 142 43
Binary 1101010 10110010 10 101000 0 1100011 11110 1010101 1100010 100011

Color Harmonies of #6AB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB202

Black with #6AB202

Text Example


Text Example

White with #6AB202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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