Html Css Color HEX #3AD80A Kelly Green

📋 copy color: '#3AD80A'

red 58 ◦ green 216 ◦ blue 10

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

Shades of Kelly Green #3AD80A

Tints of Kelly Green #3AD80A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 76.06%

 BLUE value IS 10 (4.3% from 255) = 3.52%

R = 20.42%
G = 76.06%
B = 3.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#3AD80A (or 0x3AD80A) is known color: Kelly Green. HEX triplet: 3A, D8 and 0A. RGB value is (58,216,10). Sum of RGB (Red+Green+Blue) = 58+216+10=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 216 (84.77% from 255 or 76.06% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD80A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD80A is #C527F5. Grayscale: #919191. Windows color (decimal): -12920822 or 710714. OLE color: 710714.

HSL color Cylindrical-coordinate representation of color #3AD80A: hue angle of 106.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AD80A is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 10 -
CMYK 0.73 0 0.95 0.15
HSL 106.02º 0.91% 0.44% -
HSV(B) 106.02º 0.95% 0.85% -
XYZ 26.36 50.03 8.56 -
YUV 145.27 51.65 65.75 -
System Red Green Blue C M Y K H S L
Decimal 58 216 10 0.73 0 0.95 0.15 106.02 0.91 0.44
Hex 3A D8 A 49 0 5F F 6A 5B 2C
Octal 72 330 12 111 0 137 17 152 133 54
Binary 111010 11011000 1010 1001001 0 1011111 1111 1101010 1011011 101100

Color Harmonies of #3AD80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD80A

Black with #3AD80A

Text Example


Text Example

White with #3AD80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,216,10); }

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

background-color css

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

 a { background-color: rgb(58,216,10); }

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

border-color css

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

 span { border-color: rgb(58,216,10); }

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