Html Css Color HEX #62AA34 Apple

📋 copy color: '#62AA34'

red 98 ◦ green 170 ◦ blue 52

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

Shades of Apple #62AA34

Tints of Apple #62AA34

RGB

 RED value IS 98 (38.67% from 255) = 30.63%

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

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 30.63%
G = 53.13%
B = 16.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#62AA34 (or 0x62AA34) is known color: Apple. HEX triplet: 62, AA and 34. RGB value is (98,170,52). Sum of RGB (Red+Green+Blue) = 98+170+52=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AA34 is #9D55CB. Grayscale: #878787. Windows color (decimal): -10311116 or 3451490. OLE color: 3451490.

HSL color Cylindrical-coordinate representation of color #62AA34: hue angle of 96.61º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62AA34 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 170 52 -
CMYK 0.42 0 0.69 0.33
HSL 96.61º 0.53% 0.44% -
HSV(B) 96.61º 0.69% 0.67% -
XYZ 20.03 31.59 8.29 -
YUV 135.02 81.15 101.59 -
System Red Green Blue C M Y K H S L
Decimal 98 170 52 0.42 0 0.69 0.33 96.61 0.53 0.44
Hex 62 AA 34 2A 0 45 21 61 35 2C
Octal 142 252 64 52 0 105 41 141 65 54
Binary 1100010 10101010 110100 101010 0 1000101 100001 1100001 110101 101100

Color Harmonies of #62AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AA34

Black with #62AA34

Text Example


Text Example

White with #62AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62AA34; }

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

 H1.HeaderClassName
 {
   color: #62AA34;
 }
 .AnyTagClassName
 {
   color: #62AA34;
 }
</style>

background-color css

<style>
 a { background-color: #62AA34; }

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

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

border-color css

<style>
 span { border-color: #62AA34; }

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

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