Html Css Color HEX #34A000 Kelly Green

📋 copy color: '#34A000'

red 52 ◦ green 160 ◦ blue 0

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

Shades of Kelly Green #34A000

Tints of Kelly Green #34A000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 75.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 24.53%
G = 75.47%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#34A000 (or 0x34A000) is known color: Kelly Green. HEX triplet: 34, A0 and 00. RGB value is (52,160,0). Sum of RGB (Red+Green+Blue) = 52+160+0=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 160 (62.89% from 255 or 75.47% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 160 - color contains mainly: green. Hex color #34A000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A000 is #CB5FFF. Grayscale: #6D6D6D. Windows color (decimal): -13328384 or 41012. OLE color: 41012.

HSL color Cylindrical-coordinate representation of color #34A000: hue angle of 100.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34A000 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 52 160 0 -
CMYK 0.68 0 1 0.37
HSL 100.5º 1% 0.31% -
HSV(B) 100.5º 1% 0.63% -
XYZ 13.99 25.87 4.26 -
YUV 109.47 66.22 87.01 -
System Red Green Blue C M Y K H S L
Decimal 52 160 0 0.68 0 1 0.37 100.5 1 0.31
Hex 34 A0 0 44 0 64 25 64 64 1F
Octal 64 240 0 104 0 144 45 144 144 37
Binary 110100 10100000 0 1000100 0 1100100 100101 1100100 1100100 11111

Color Harmonies of #34A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A000

Black with #34A000

Text Example


Text Example

White with #34A000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,160,0); }

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

background-color css

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

 a { background-color: rgb(52,160,0); }

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

border-color css

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

 span { border-color: rgb(52,160,0); }

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