Html Css Color HEX #3AAD03 Kelly Green

📋 copy color: '#3AAD03'

red 58 ◦ green 173 ◦ blue 3

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

Shades of Kelly Green #3AAD03

Tints of Kelly Green #3AAD03

RGB

 RED value IS 58 (23.05% from 255) = 24.79%

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

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 24.79%
G = 73.93%
B = 1.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#3AAD03 (or 0x3AAD03) is known color: Kelly Green. HEX triplet: 3A, AD and 03. RGB value is (58,173,3). Sum of RGB (Red+Green+Blue) = 58+173+3=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 173 (67.97% from 255 or 73.93% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAD03 is #C552FC. Grayscale: #777777. Windows color (decimal): -12931837 or 240954. OLE color: 240954.

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

Color convert

RGB 58 173 3 -
CMYK 0.66 0 0.98 0.32
HSL 100.59º 0.97% 0.35% -
HSV(B) 100.59º 0.98% 0.68% -
XYZ 16.7 30.79 5.15 -
YUV 119.24 62.4 84.32 -
System Red Green Blue C M Y K H S L
Decimal 58 173 3 0.66 0 0.98 0.32 100.59 0.97 0.35
Hex 3A AD 3 42 0 62 20 65 61 23
Octal 72 255 3 102 0 142 40 145 141 43
Binary 111010 10101101 11 1000010 0 1100010 100000 1100101 1100001 100011

Color Harmonies of #3AAD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAD03

Black with #3AAD03

Text Example


Text Example

White with #3AAD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AAD03; }

 p { color: rgb(58,173,3); }

 H1.HeaderClassName
 {
   color: #3AAD03;
 }
 .AnyTagClassName
 {
   color: #3AAD03;
 }
</style>

background-color css

<style>
 a { background-color: #3AAD03; }

 a { background-color: rgb(58,173,3); }

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

border-color css

<style>
 span { border-color: #3AAD03; }

 span { border-color: rgb(58,173,3); }

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