Html Css Color HEX #3AC10D Kelly Green

📋 copy color: '#3AC10D'

red 58 ◦ green 193 ◦ blue 13

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

Shades of Kelly Green #3AC10D

Tints of Kelly Green #3AC10D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 73.11%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 21.97%
G = 73.11%
B = 4.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#3AC10D (or 0x3AC10D) is known color: Kelly Green. HEX triplet: 3A, C1 and 0D. RGB value is (58,193,13). Sum of RGB (Red+Green+Blue) = 58+193+13=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 193 (75.78% from 255 or 73.11% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC10D is #C53EF2. Grayscale: #848484. Windows color (decimal): -12926707 or 901434. OLE color: 901434.

HSL color Cylindrical-coordinate representation of color #3AC10D: hue angle of 105º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AC10D is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 193 13 -
CMYK 0.70 0 0.93 0.24
HSL 105º 0.87% 0.4% -
HSV(B) 105º 0.93% 0.76% -
XYZ 20.89 39.07 6.82 -
YUV 132.12 60.77 75.14 -
System Red Green Blue C M Y K H S L
Decimal 58 193 13 0.70 0 0.93 0.24 105 0.87 0.4
Hex 3A C1 D 46 0 5D 18 69 57 28
Octal 72 301 15 106 0 135 30 151 127 50
Binary 111010 11000001 1101 1000110 0 1011101 11000 1101001 1010111 101000

Color Harmonies of #3AC10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC10D

Black with #3AC10D

Text Example


Text Example

White with #3AC10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,193,13); }

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

background-color css

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

 a { background-color: rgb(58,193,13); }

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

border-color css

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

 span { border-color: rgb(58,193,13); }

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