Html Css Color HEX #35A30E Kelly Green

📋 copy color: '#35A30E'

red 53 ◦ green 163 ◦ blue 14

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

Shades of Kelly Green #35A30E

Tints of Kelly Green #35A30E

RGB

 RED value IS 53 (21.09% from 255) = 23.04%

 GREEN value IS 163 (64.06% from 255) = 70.87%

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

R = 23.04%
G = 70.87%
B = 6.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#35A30E (or 0x35A30E) is known color: Kelly Green. HEX triplet: 35, A3 and 0E. RGB value is (53,163,14). Sum of RGB (Red+Green+Blue) = 53+163+14=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 163 (64.06% from 255 or 70.87% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 163 - color contains mainly: green. Hex color #35A30E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A30E is #CA5CF1. Grayscale: #717171. Windows color (decimal): -13262066 or 959285. OLE color: 959285.

HSL color Cylindrical-coordinate representation of color #35A30E: hue angle of 104.3º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35A30E is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 163 14 -
CMYK 0.67 0 0.91 0.36
HSL 104.3º 0.84% 0.35% -
HSV(B) 104.3º 0.91% 0.64% -
XYZ 14.64 26.98 4.85 -
YUV 113.12 72.06 85.12 -
System Red Green Blue C M Y K H S L
Decimal 53 163 14 0.67 0 0.91 0.36 104.3 0.84 0.35
Hex 35 A3 E 43 0 5B 24 68 54 23
Octal 65 243 16 103 0 133 44 150 124 43
Binary 110101 10100011 1110 1000011 0 1011011 100100 1101000 1010100 100011

Color Harmonies of #35A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A30E

Black with #35A30E

Text Example


Text Example

White with #35A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A30E; }

 p { color: rgb(53,163,14); }

 H1.HeaderClassName
 {
   color: #35A30E;
 }
 .AnyTagClassName
 {
   color: #35A30E;
 }
</style>

background-color css

<style>
 a { background-color: #35A30E; }

 a { background-color: rgb(53,163,14); }

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

border-color css

<style>
 span { border-color: #35A30E; }

 span { border-color: rgb(53,163,14); }

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