Html Css Color HEX #30AF0E Kelly Green

📋 copy color: '#30AF0E'

red 48 ◦ green 175 ◦ blue 14

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

Shades of Kelly Green #30AF0E

Tints of Kelly Green #30AF0E

RGB

 RED value IS 48 (19.14% from 255) = 20.25%

 GREEN value IS 175 (68.75% from 255) = 73.84%

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

R = 20.25%
G = 73.84%
B = 5.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#30AF0E (or 0x30AF0E) is known color: Kelly Green. HEX triplet: 30, AF and 0E. RGB value is (48,175,14). Sum of RGB (Red+Green+Blue) = 48+175+14=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 175 (68.75% from 255 or 73.84% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AF0E is #CF50F1. Grayscale: #777777. Windows color (decimal): -13586674 or 962352. OLE color: 962352.

HSL color Cylindrical-coordinate representation of color #30AF0E: hue angle of 107.33º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30AF0E is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 175 14 -
CMYK 0.73 0 0.92 0.31
HSL 107.33º 0.85% 0.37% -
HSV(B) 107.33º 0.92% 0.69% -
XYZ 16.63 31.32 5.58 -
YUV 118.67 68.92 77.59 -
System Red Green Blue C M Y K H S L
Decimal 48 175 14 0.73 0 0.92 0.31 107.33 0.85 0.37
Hex 30 AF E 49 0 5C 1F 6B 55 25
Octal 60 257 16 111 0 134 37 153 125 45
Binary 110000 10101111 1110 1001001 0 1011100 11111 1101011 1010101 100101

Color Harmonies of #30AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AF0E

Black with #30AF0E

Text Example


Text Example

White with #30AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30AF0E; }

 p { color: rgb(48,175,14); }

 H1.HeaderClassName
 {
   color: #30AF0E;
 }
 .AnyTagClassName
 {
   color: #30AF0E;
 }
</style>

background-color css

<style>
 a { background-color: #30AF0E; }

 a { background-color: rgb(48,175,14); }

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

border-color css

<style>
 span { border-color: #30AF0E; }

 span { border-color: rgb(48,175,14); }

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