Html Css Color HEX #3DA00A Kelly Green

📋 copy color: '#3DA00A'

red 61 ◦ green 160 ◦ blue 10

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

Shades of Kelly Green #3DA00A

Tints of Kelly Green #3DA00A

RGB

 RED value IS 61 (24.22% from 255) = 26.41%

 GREEN value IS 160 (62.89% from 255) = 69.26%

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

R = 26.41%
G = 69.26%
B = 4.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#3DA00A (or 0x3DA00A) is known color: Kelly Green. HEX triplet: 3D, A0 and 0A. RGB value is (61,160,10). Sum of RGB (Red+Green+Blue) = 61+160+10=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 160 (62.89% from 255 or 69.26% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA00A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA00A is #C25FF5. Grayscale: #717171. Windows color (decimal): -12738550 or 696381. OLE color: 696381.

HSL color Cylindrical-coordinate representation of color #3DA00A: hue angle of 99.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DA00A is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 61 160 10 -
CMYK 0.62 0 0.94 0.37
HSL 99.6º 0.88% 0.33% -
HSV(B) 99.6º 0.94% 0.63% -
XYZ 14.55 26.16 4.57 -
YUV 113.3 69.7 90.7 -
System Red Green Blue C M Y K H S L
Decimal 61 160 10 0.62 0 0.94 0.37 99.6 0.88 0.33
Hex 3D A0 A 3E 0 5E 25 64 58 21
Octal 75 240 12 76 0 136 45 144 130 41
Binary 111101 10100000 1010 111110 0 1011110 100101 1100100 1011000 100001

Color Harmonies of #3DA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA00A

Black with #3DA00A

Text Example


Text Example

White with #3DA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,160,10); }

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

background-color css

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

 a { background-color: rgb(61,160,10); }

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

border-color css

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

 span { border-color: rgb(61,160,10); }

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