Html Css Color HEX #55A23E Apple

📋 copy color: '#55A23E'

red 85 ◦ green 162 ◦ blue 62

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

Shades of Apple #55A23E

Tints of Apple #55A23E

RGB

 RED value IS 85 (33.59% from 255) = 27.51%

 GREEN value IS 162 (63.67% from 255) = 52.43%

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 27.51%
G = 52.43%
B = 20.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#55A23E (or 0x55A23E) is known color: Apple. HEX triplet: 55, A2 and 3E. RGB value is (85,162,62). Sum of RGB (Red+Green+Blue) = 85+162+62=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #55A23E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A23E is #AA5DC1. Grayscale: #7F7F7F. Windows color (decimal): -11165122 or 4104789. OLE color: 4104789.

HSL color Cylindrical-coordinate representation of color #55A23E: hue angle of 106.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55A23E is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 162 62 -
CMYK 0.48 0 0.62 0.36
HSL 106.2º 0.45% 0.44% -
HSV(B) 106.2º 0.62% 0.64% -
XYZ 17.54 28.12 9.06 -
YUV 127.58 90.99 97.63 -
System Red Green Blue C M Y K H S L
Decimal 85 162 62 0.48 0 0.62 0.36 106.2 0.45 0.44
Hex 55 A2 3E 30 0 3E 24 6A 2D 2C
Octal 125 242 76 60 0 76 44 152 55 54
Binary 1010101 10100010 111110 110000 0 111110 100100 1101010 101101 101100

Color Harmonies of #55A23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A23E

Black with #55A23E

Text Example


Text Example

White with #55A23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A23E; }

 p { color: rgb(85,162,62); }

 H1.HeaderClassName
 {
   color: #55A23E;
 }
 .AnyTagClassName
 {
   color: #55A23E;
 }
</style>

background-color css

<style>
 a { background-color: #55A23E; }

 a { background-color: rgb(85,162,62); }

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

border-color css

<style>
 span { border-color: #55A23E; }

 span { border-color: rgb(85,162,62); }

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