Html Css Color HEX #3ACF14 Kelly Green

📋 copy color: '#3ACF14'

red 58 ◦ green 207 ◦ blue 20

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

Shades of Kelly Green #3ACF14

Tints of Kelly Green #3ACF14

RGB

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

 GREEN value IS 207 (81.25% from 255) = 72.63%

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 20.35%
G = 72.63%
B = 7.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#3ACF14 (or 0x3ACF14) is known color: Kelly Green. HEX triplet: 3A, CF and 14. RGB value is (58,207,20). Sum of RGB (Red+Green+Blue) = 58+207+20=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACF14 is #C530EB. Grayscale: #8D8D8D. Windows color (decimal): -12923116 or 1363770. OLE color: 1363770.

HSL color Cylindrical-coordinate representation of color #3ACF14: hue angle of 107.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3ACF14 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 207 20 -
CMYK 0.72 0 0.90 0.19
HSL 107.81º 0.82% 0.45% -
HSV(B) 107.81º 0.9% 0.81% -
XYZ 24.18 45.58 8.18 -
YUV 141.13 59.64 68.71 -
System Red Green Blue C M Y K H S L
Decimal 58 207 20 0.72 0 0.90 0.19 107.81 0.82 0.45
Hex 3A CF 14 48 0 5A 13 6C 52 2D
Octal 72 317 24 110 0 132 23 154 122 55
Binary 111010 11001111 10100 1001000 0 1011010 10011 1101100 1010010 101101

Color Harmonies of #3ACF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACF14

Black with #3ACF14

Text Example


Text Example

White with #3ACF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,207,20); }

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

background-color css

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

 a { background-color: rgb(58,207,20); }

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

border-color css

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

 span { border-color: rgb(58,207,20); }

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