Html Css Color HEX #2AAD06 Kelly Green

📋 copy color: '#2AAD06'

red 42 ◦ green 173 ◦ blue 6

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

Shades of Kelly Green #2AAD06

Tints of Kelly Green #2AAD06

RGB

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

 GREEN value IS 173 (67.97% from 255) = 78.28%

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

R = 19%
G = 78.28%
B = 2.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#2AAD06 (or 0x2AAD06) is known color: Kelly Green. HEX triplet: 2A, AD and 06. RGB value is (42,173,6). Sum of RGB (Red+Green+Blue) = 42+173+6=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 173 (67.97% from 255 or 78.28% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAD06 is #D552F9. Grayscale: #737373. Windows color (decimal): -13980410 or 437546. OLE color: 437546.

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

Color convert

RGB 42 173 6 -
CMYK 0.76 0 0.97 0.32
HSL 107.07º 0.93% 0.35% -
HSV(B) 107.07º 0.97% 0.68% -
XYZ 15.93 30.39 5.2 -
YUV 114.79 66.6 76.08 -
System Red Green Blue C M Y K H S L
Decimal 42 173 6 0.76 0 0.97 0.32 107.07 0.93 0.35
Hex 2A AD 6 4C 0 61 20 6B 5D 23
Octal 52 255 6 114 0 141 40 153 135 43
Binary 101010 10101101 110 1001100 0 1100001 100000 1101011 1011101 100011

Color Harmonies of #2AAD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAD06

Black with #2AAD06

Text Example


Text Example

White with #2AAD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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