Html Css Color HEX #34AE01 Kelly Green

📋 copy color: '#34AE01'

red 52 ◦ green 174 ◦ blue 1

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

Shades of Kelly Green #34AE01

Tints of Kelly Green #34AE01

RGB

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

 GREEN value IS 174 (68.36% from 255) = 76.65%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 22.91%
G = 76.65%
B = 0.44%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#34AE01 (or 0x34AE01) is known color: Kelly Green. HEX triplet: 34, AE and 01. RGB value is (52,174,1). Sum of RGB (Red+Green+Blue) = 52+174+1=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 174 (68.36% from 255 or 76.65% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 174 - color contains mainly: green. Hex color #34AE01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AE01 is #CB51FE. Grayscale: #767676. Windows color (decimal): -13324799 or 110132. OLE color: 110132.

HSL color Cylindrical-coordinate representation of color #34AE01: hue angle of 102.31º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34AE01 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 174 1 -
CMYK 0.70 0 0.99 0.32
HSL 102.31º 0.99% 0.34% -
HSV(B) 102.31º 0.99% 0.68% -
XYZ 16.56 31 5.14 -
YUV 117.8 62.08 81.07 -
System Red Green Blue C M Y K H S L
Decimal 52 174 1 0.70 0 0.99 0.32 102.31 0.99 0.34
Hex 34 AE 1 46 0 63 20 66 63 22
Octal 64 256 1 106 0 143 40 146 143 42
Binary 110100 10101110 1 1000110 0 1100011 100000 1100110 1100011 100010

Color Harmonies of #34AE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AE01

Black with #34AE01

Text Example


Text Example

White with #34AE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,174,1); }

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

background-color css

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

 a { background-color: rgb(52,174,1); }

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

border-color css

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

 span { border-color: rgb(52,174,1); }

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