Html Css Color HEX #33AA14 Kelly Green

📋 copy color: '#33AA14'

red 51 ◦ green 170 ◦ blue 20

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

Shades of Kelly Green #33AA14

Tints of Kelly Green #33AA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 70.54%

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

R = 21.16%
G = 70.54%
B = 8.3%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#33AA14 (or 0x33AA14) is known color: Kelly Green. HEX triplet: 33, AA and 14. RGB value is (51,170,20). Sum of RGB (Red+Green+Blue) = 51+170+20=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33AA14 is #CC55EB. Grayscale: #757575. Windows color (decimal): -13391340 or 1354291. OLE color: 1354291.

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

Color convert

RGB 51 170 20 -
CMYK 0.7 0 0.88 0.33
HSL 107.6º 0.79% 0.37% -
HSV(B) 107.6º 0.88% 0.67% -
XYZ 15.87 29.5 5.52 -
YUV 117.32 73.08 80.7 -
System Red Green Blue C M Y K H S L
Decimal 51 170 20 0.7 0 0.88 0.33 107.6 0.79 0.37
Hex 33 AA 14 46 0 58 21 6C 4F 25
Octal 63 252 24 106 0 130 41 154 117 45
Binary 110011 10101010 10100 1000110 0 1011000 100001 1101100 1001111 100101

Color Harmonies of #33AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AA14

Black with #33AA14

Text Example


Text Example

White with #33AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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