Html Css Color HEX #34AA06 Kelly Green

📋 copy color: '#34AA06'

red 52 ◦ green 170 ◦ blue 6

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

Shades of Kelly Green #34AA06

Tints of Kelly Green #34AA06

RGB

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

 GREEN value IS 170 (66.8% from 255) = 74.56%

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 22.81%
G = 74.56%
B = 2.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#34AA06 (or 0x34AA06) is known color: Kelly Green. HEX triplet: 34, AA and 06. RGB value is (52,170,6). Sum of RGB (Red+Green+Blue) = 52+170+6=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 170 (66.80% from 255 or 74.56% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AA06 is #CB55F9. Grayscale: #747474. Windows color (decimal): -13325818 or 436788. OLE color: 436788.

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

Color convert

RGB 52 170 6 -
CMYK 0.69 0 0.96 0.33
HSL 103.17º 0.93% 0.35% -
HSV(B) 103.17º 0.96% 0.67% -
XYZ 15.82 29.49 5.03 -
YUV 116.02 65.91 82.34 -
System Red Green Blue C M Y K H S L
Decimal 52 170 6 0.69 0 0.96 0.33 103.17 0.93 0.35
Hex 34 AA 6 45 0 60 21 67 5D 23
Octal 64 252 6 105 0 140 41 147 135 43
Binary 110100 10101010 110 1000101 0 1100000 100001 1100111 1011101 100011

Color Harmonies of #34AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AA06

Black with #34AA06

Text Example


Text Example

White with #34AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,170,6); }

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

background-color css

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

 a { background-color: rgb(52,170,6); }

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

border-color css

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

 span { border-color: rgb(52,170,6); }

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