Html Css Color HEX #2AB008 Kelly Green

📋 copy color: '#2AB008'

red 42 ◦ green 176 ◦ blue 8

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

Shades of Kelly Green #2AB008

Tints of Kelly Green #2AB008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 77.88%

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 18.58%
G = 77.88%
B = 3.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#2AB008 (or 0x2AB008) is known color: Kelly Green. HEX triplet: 2A, B0 and 08. RGB value is (42,176,8). Sum of RGB (Red+Green+Blue) = 42+176+8=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 176 (69.14% from 255 or 77.88% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB008 is #D54FF7. Grayscale: #757575. Windows color (decimal): -13979640 or 569386. OLE color: 569386.

HSL color Cylindrical-coordinate representation of color #2AB008: hue angle of 107.86º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AB008 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 176 8 -
CMYK 0.76 0 0.95 0.31
HSL 107.86º 0.91% 0.36% -
HSV(B) 107.86º 0.95% 0.69% -
XYZ 16.52 31.56 5.45 -
YUV 116.78 66.61 74.66 -
System Red Green Blue C M Y K H S L
Decimal 42 176 8 0.76 0 0.95 0.31 107.86 0.91 0.36
Hex 2A B0 8 4C 0 5F 1F 6C 5B 24
Octal 52 260 10 114 0 137 37 154 133 44
Binary 101010 10110000 1000 1001100 0 1011111 11111 1101100 1011011 100100

Color Harmonies of #2AB008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB008

Black with #2AB008

Text Example


Text Example

White with #2AB008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,176,8); }

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

background-color css

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

 a { background-color: rgb(42,176,8); }

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

border-color css

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

 span { border-color: rgb(42,176,8); }

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