Html Css Color HEX #34A70A Kelly Green

📋 copy color: '#34A70A'

red 52 ◦ green 167 ◦ blue 10

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

Shades of Kelly Green #34A70A

Tints of Kelly Green #34A70A

RGB

 RED value IS 52 (20.7% from 255) = 22.71%

 GREEN value IS 167 (65.63% from 255) = 72.93%

 BLUE value IS 10 (4.3% from 255) = 4.37%

R = 22.71%
G = 72.93%
B = 4.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#34A70A (or 0x34A70A) is known color: Kelly Green. HEX triplet: 34, A7 and 0A. RGB value is (52,167,10). Sum of RGB (Red+Green+Blue) = 52+167+10=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 167 (65.62% from 255 or 72.93% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 167 - color contains mainly: green. Hex color #34A70A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A70A is #CB58F5. Grayscale: #737373. Windows color (decimal): -13326582 or 698164. OLE color: 698164.

HSL color Cylindrical-coordinate representation of color #34A70A: hue angle of 103.95º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34A70A is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 167 10 -
CMYK 0.69 0 0.94 0.35
HSL 103.95º 0.89% 0.35% -
HSV(B) 103.95º 0.94% 0.65% -
XYZ 15.29 28.39 4.96 -
YUV 114.72 68.9 83.27 -
System Red Green Blue C M Y K H S L
Decimal 52 167 10 0.69 0 0.94 0.35 103.95 0.89 0.35
Hex 34 A7 A 45 0 5E 23 68 59 23
Octal 64 247 12 105 0 136 43 150 131 43
Binary 110100 10100111 1010 1000101 0 1011110 100011 1101000 1011001 100011

Color Harmonies of #34A70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A70A

Black with #34A70A

Text Example


Text Example

White with #34A70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34A70A; }

 p { color: rgb(52,167,10); }

 H1.HeaderClassName
 {
   color: #34A70A;
 }
 .AnyTagClassName
 {
   color: #34A70A;
 }
</style>

background-color css

<style>
 a { background-color: #34A70A; }

 a { background-color: rgb(52,167,10); }

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

border-color css

<style>
 span { border-color: #34A70A; }

 span { border-color: rgb(52,167,10); }

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