Html Css Color HEX #2ABA06 Kelly Green

📋 copy color: '#2ABA06'

red 42 ◦ green 186 ◦ blue 6

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

Shades of Kelly Green #2ABA06

Tints of Kelly Green #2ABA06

RGB

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

 GREEN value IS 186 (73.05% from 255) = 79.49%

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

R = 17.95%
G = 79.49%
B = 2.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#2ABA06 (or 0x2ABA06) is known color: Kelly Green. HEX triplet: 2A, BA and 06. RGB value is (42,186,6). Sum of RGB (Red+Green+Blue) = 42+186+6=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 186 (73.05% from 255 or 79.49% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABA06 is #D545F9. Grayscale: #7A7A7A. Windows color (decimal): -13977082 or 440874. OLE color: 440874.

HSL color Cylindrical-coordinate representation of color #2ABA06: hue angle of 108º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2ABA06 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 186 6 -
CMYK 0.77 0 0.97 0.27
HSL 108º 0.94% 0.38% -
HSV(B) 108º 0.97% 0.73% -
XYZ 18.55 35.62 6.07 -
YUV 122.42 62.29 70.64 -
System Red Green Blue C M Y K H S L
Decimal 42 186 6 0.77 0 0.97 0.27 108 0.94 0.38
Hex 2A BA 6 4D 0 61 1B 6C 5E 26
Octal 52 272 6 115 0 141 33 154 136 46
Binary 101010 10111010 110 1001101 0 1100001 11011 1101100 1011110 100110

Color Harmonies of #2ABA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA06

Black with #2ABA06

Text Example


Text Example

White with #2ABA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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