Html Css Color HEX #3AA40F Kelly Green

📋 copy color: '#3AA40F'

red 58 ◦ green 164 ◦ blue 15

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

Shades of Kelly Green #3AA40F

Tints of Kelly Green #3AA40F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 69.2%

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 24.47%
G = 69.2%
B = 6.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#3AA40F (or 0x3AA40F) is known color: Kelly Green. HEX triplet: 3A, A4 and 0F. RGB value is (58,164,15). Sum of RGB (Red+Green+Blue) = 58+164+15=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 164 (64.45% from 255 or 69.20% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA40F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA40F is #C55BF0. Grayscale: #737373. Windows color (decimal): -12934129 or 1025082. OLE color: 1025082.

HSL color Cylindrical-coordinate representation of color #3AA40F: hue angle of 102.68º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AA40F is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 58 164 15 -
CMYK 0.65 0 0.91 0.36
HSL 102.68º 0.83% 0.35% -
HSV(B) 102.68º 0.91% 0.64% -
XYZ 15.11 27.48 4.96 -
YUV 115.32 71.38 87.12 -
System Red Green Blue C M Y K H S L
Decimal 58 164 15 0.65 0 0.91 0.36 102.68 0.83 0.35
Hex 3A A4 F 41 0 5B 24 67 53 23
Octal 72 244 17 101 0 133 44 147 123 43
Binary 111010 10100100 1111 1000001 0 1011011 100100 1100111 1010011 100011

Color Harmonies of #3AA40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA40F

Black with #3AA40F

Text Example


Text Example

White with #3AA40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,164,15); }

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

background-color css

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

 a { background-color: rgb(58,164,15); }

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

border-color css

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

 span { border-color: rgb(58,164,15); }

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