Html Css Color HEX #33AC14 Kelly Green

📋 copy color: '#33AC14'

red 51 ◦ green 172 ◦ blue 20

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

Shades of Kelly Green #33AC14

Tints of Kelly Green #33AC14

RGB

 RED value IS 51 (20.31% from 255) = 20.99%

 GREEN value IS 172 (67.58% from 255) = 70.78%

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

R = 20.99%
G = 70.78%
B = 8.23%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#33AC14 (or 0x33AC14) is known color: Kelly Green. HEX triplet: 33, AC and 14. RGB value is (51,172,20). Sum of RGB (Red+Green+Blue) = 51+172+20=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 172 (67.58% from 255 or 70.78% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 172 - color contains mainly: green. Hex color #33AC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33AC14 is #CC53EB. Grayscale: #767676. Windows color (decimal): -13390828 or 1354803. OLE color: 1354803.

HSL color Cylindrical-coordinate representation of color #33AC14: hue angle of 107.76º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33AC14 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 172 20 -
CMYK 0.70 0 0.88 0.33
HSL 107.76º 0.79% 0.38% -
HSV(B) 107.76º 0.88% 0.67% -
XYZ 16.24 30.26 5.65 -
YUV 118.49 72.41 79.86 -
System Red Green Blue C M Y K H S L
Decimal 51 172 20 0.70 0 0.88 0.33 107.76 0.79 0.38
Hex 33 AC 14 46 0 58 21 6C 4F 26
Octal 63 254 24 106 0 130 41 154 117 46
Binary 110011 10101100 10100 1000110 0 1011000 100001 1101100 1001111 100110

Color Harmonies of #33AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AC14

Black with #33AC14

Text Example


Text Example

White with #33AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33AC14; }

 p { color: rgb(51,172,20); }

 H1.HeaderClassName
 {
   color: #33AC14;
 }
 .AnyTagClassName
 {
   color: #33AC14;
 }
</style>

background-color css

<style>
 a { background-color: #33AC14; }

 a { background-color: rgb(51,172,20); }

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

border-color css

<style>
 span { border-color: #33AC14; }

 span { border-color: rgb(51,172,20); }

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