Html Css Color HEX #32AE0F Kelly Green

📋 copy color: '#32AE0F'

red 50 ◦ green 174 ◦ blue 15

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

Shades of Kelly Green #32AE0F

Tints of Kelly Green #32AE0F

RGB

 RED value IS 50 (19.92% from 255) = 20.92%

 GREEN value IS 174 (68.36% from 255) = 72.8%

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 20.92%
G = 72.8%
B = 6.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#32AE0F (or 0x32AE0F) is known color: Kelly Green. HEX triplet: 32, AE and 0F. RGB value is (50,174,15). Sum of RGB (Red+Green+Blue) = 50+174+15=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 174 (68.36% from 255 or 72.80% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AE0F is #CD51F0. Grayscale: #777777. Windows color (decimal): -13455857 or 1027634. OLE color: 1027634.

HSL color Cylindrical-coordinate representation of color #32AE0F: hue angle of 106.79º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32AE0F is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 174 15 -
CMYK 0.71 0 0.91 0.32
HSL 106.79º 0.84% 0.37% -
HSV(B) 106.79º 0.91% 0.68% -
XYZ 16.54 30.98 5.56 -
YUV 118.8 69.42 78.93 -
System Red Green Blue C M Y K H S L
Decimal 50 174 15 0.71 0 0.91 0.32 106.79 0.84 0.37
Hex 32 AE F 47 0 5B 20 6B 54 25
Octal 62 256 17 107 0 133 40 153 124 45
Binary 110010 10101110 1111 1000111 0 1011011 100000 1101011 1010100 100101

Color Harmonies of #32AE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AE0F

Black with #32AE0F

Text Example


Text Example

White with #32AE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AE0F; }

 p { color: rgb(50,174,15); }

 H1.HeaderClassName
 {
   color: #32AE0F;
 }
 .AnyTagClassName
 {
   color: #32AE0F;
 }
</style>

background-color css

<style>
 a { background-color: #32AE0F; }

 a { background-color: rgb(50,174,15); }

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

border-color css

<style>
 span { border-color: #32AE0F; }

 span { border-color: rgb(50,174,15); }

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