Html Css Color HEX #62A13B Apple

📋 copy color: '#62A13B'

red 98 ◦ green 161 ◦ blue 59

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

Shades of Apple #62A13B

Tints of Apple #62A13B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.63%

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 30.82%
G = 50.63%
B = 18.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#62A13B (or 0x62A13B) is known color: Apple. HEX triplet: 62, A1 and 3B. RGB value is (98,161,59). Sum of RGB (Red+Green+Blue) = 98+161+59=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #62A13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A13B is #9D5EC4. Grayscale: #828282. Windows color (decimal): -10313413 or 3907938. OLE color: 3907938.

HSL color Cylindrical-coordinate representation of color #62A13B: hue angle of 97.06º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62A13B is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 161 59 -
CMYK 0.39 0 0.63 0.37
HSL 97.06º 0.46% 0.43% -
HSV(B) 97.06º 0.63% 0.63% -
XYZ 18.57 28.4 8.64 -
YUV 130.54 87.63 104.79 -
System Red Green Blue C M Y K H S L
Decimal 98 161 59 0.39 0 0.63 0.37 97.06 0.46 0.43
Hex 62 A1 3B 27 0 3F 25 61 2E 2B
Octal 142 241 73 47 0 77 45 141 56 53
Binary 1100010 10100001 111011 100111 0 111111 100101 1100001 101110 101011

Color Harmonies of #62A13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A13B

Black with #62A13B

Text Example


Text Example

White with #62A13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,161,59); }

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

background-color css

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

 a { background-color: rgb(98,161,59); }

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

border-color css

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

 span { border-color: rgb(98,161,59); }

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