Html Css Color HEX #2AB206 Kelly Green

📋 copy color: '#2AB206'

red 42 ◦ green 178 ◦ blue 6

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

Shades of Kelly Green #2AB206

Tints of Kelly Green #2AB206

RGB

 RED value IS 42 (16.8% from 255) = 18.58%

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

 BLUE value IS 6 (2.73% from 255) = 2.65%

R = 18.58%
G = 78.76%
B = 2.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#2AB206 (or 0x2AB206) is known color: Kelly Green. HEX triplet: 2A, B2 and 06. RGB value is (42,178,6). Sum of RGB (Red+Green+Blue) = 42+178+6=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 178 (69.92% from 255 or 78.76% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB206 is #D54DF9. Grayscale: #767676. Windows color (decimal): -13979130 or 438826. OLE color: 438826.

HSL color Cylindrical-coordinate representation of color #2AB206: hue angle of 107.44º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AB206 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 6 -
CMYK 0.76 0 0.97 0.30
HSL 107.44º 0.93% 0.36% -
HSV(B) 107.44º 0.97% 0.7% -
XYZ 16.91 32.35 5.52 -
YUV 117.73 64.94 73.99 -
System Red Green Blue C M Y K H S L
Decimal 42 178 6 0.76 0 0.97 0.30 107.44 0.93 0.36
Hex 2A B2 6 4C 0 61 1E 6B 5D 24
Octal 52 262 6 114 0 141 36 153 135 44
Binary 101010 10110010 110 1001100 0 1100001 11110 1101011 1011101 100100

Color Harmonies of #2AB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB206

Black with #2AB206

Text Example


Text Example

White with #2AB206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AB206; }

 p { color: rgb(42,178,6); }

 H1.HeaderClassName
 {
   color: #2AB206;
 }
 .AnyTagClassName
 {
   color: #2AB206;
 }
</style>

background-color css

<style>
 a { background-color: #2AB206; }

 a { background-color: rgb(42,178,6); }

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

border-color css

<style>
 span { border-color: #2AB206; }

 span { border-color: rgb(42,178,6); }

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