Html Css Color HEX #34A600 Kelly Green

📋 copy color: '#34A600'

red 52 ◦ green 166 ◦ blue 0

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

Shades of Kelly Green #34A600

Tints of Kelly Green #34A600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 76.15%

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

R = 23.85%
G = 76.15%
B = 0%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#34A600 (or 0x34A600) is known color: Kelly Green. HEX triplet: 34, A6 and 00. RGB value is (52,166,0). Sum of RGB (Red+Green+Blue) = 52+166+0=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 166 (65.23% from 255 or 76.15% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 166 - color contains mainly: green. Hex color #34A600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A600 is #CB59FF. Grayscale: #717171. Windows color (decimal): -13326848 or 42548. OLE color: 42548.

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

Color convert

RGB 52 166 0 -
CMYK 0.69 0 1 0.35
HSL 101.2º 1% 0.33% -
HSV(B) 101.2º 1% 0.65% -
XYZ 15.05 28 4.61 -
YUV 112.99 64.23 84.5 -
System Red Green Blue C M Y K H S L
Decimal 52 166 0 0.69 0 1 0.35 101.2 1 0.33
Hex 34 A6 0 45 0 64 23 65 64 21
Octal 64 246 0 105 0 144 43 145 144 41
Binary 110100 10100110 0 1000101 0 1100100 100011 1100101 1100100 100001

Color Harmonies of #34A600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A600

Black with #34A600

Text Example


Text Example

White with #34A600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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