Html Css Color HEX #3FA00E Kelly Green

📋 copy color: '#3FA00E'

red 63 ◦ green 160 ◦ blue 14

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

Shades of Kelly Green #3FA00E

Tints of Kelly Green #3FA00E

RGB

 RED value IS 63 (25% from 255) = 26.58%

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

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 26.58%
G = 67.51%
B = 5.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#3FA00E (or 0x3FA00E) is known color: Kelly Green. HEX triplet: 3F, A0 and 0E. RGB value is (63,160,14). Sum of RGB (Red+Green+Blue) = 63+160+14=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 160 (62.89% from 255 or 67.51% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA00E is #C05FF1. Grayscale: #727272. Windows color (decimal): -12607474 or 958527. OLE color: 958527.

HSL color Cylindrical-coordinate representation of color #3FA00E: hue angle of 99.86º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FA00E is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 63 160 14 -
CMYK 0.61 0 0.91 0.37
HSL 99.86º 0.84% 0.34% -
HSV(B) 99.86º 0.91% 0.63% -
XYZ 14.7 26.23 4.7 -
YUV 114.35 71.36 91.37 -
System Red Green Blue C M Y K H S L
Decimal 63 160 14 0.61 0 0.91 0.37 99.86 0.84 0.34
Hex 3F A0 E 3D 0 5B 25 64 54 22
Octal 77 240 16 75 0 133 45 144 124 42
Binary 111111 10100000 1110 111101 0 1011011 100101 1100100 1010100 100010

Color Harmonies of #3FA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA00E

Black with #3FA00E

Text Example


Text Example

White with #3FA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,160,14); }

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

background-color css

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

 a { background-color: rgb(63,160,14); }

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

border-color css

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

 span { border-color: rgb(63,160,14); }

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