Html Css Color HEX #9ACE95 Granny Smith Apple

📋 copy color: '#9ACE95'

red 154 ◦ green 206 ◦ blue 149

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

Shades of Granny Smith Apple #9ACE95

Tints of Granny Smith Apple #9ACE95

RGB

 RED value IS 154 (60.55% from 255) = 30.26%

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 149 (58.59% from 255) = 29.27%

R = 30.26%
G = 40.47%
B = 29.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#9ACE95 (or 0x9ACE95) is known color: Granny Smith Apple. HEX triplet: 9A, CE and 95. RGB value is (154,206,149). Sum of RGB (Red+Green+Blue) = 154+206+149=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE95 is #65316A. Grayscale: #B8B8B8. Windows color (decimal): -6631787 or 9817754. OLE color: 9817754.

HSL color Cylindrical-coordinate representation of color #9ACE95: hue angle of 114.74º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ACE95 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 206 149 -
CMYK 0.25 0 0.28 0.19
HSL 114.74º 0.37% 0.7% -
HSV(B) 114.74º 0.28% 0.81% -
XYZ 40.82 53.18 36.55 -
YUV 183.95 108.27 106.63 -
System Red Green Blue C M Y K H S L
Decimal 154 206 149 0.25 0 0.28 0.19 114.74 0.37 0.7
Hex 9A CE 95 19 0 1C 13 73 25 46
Octal 232 316 225 31 0 34 23 163 45 106
Binary 10011010 11001110 10010101 11001 0 11100 10011 1110011 100101 1000110

Color Harmonies of #9ACE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE95

Black with #9ACE95

Text Example


Text Example

White with #9ACE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ACE95; }

 p { color: rgb(154,206,149); }

 H1.HeaderClassName
 {
   color: #9ACE95;
 }
 .AnyTagClassName
 {
   color: #9ACE95;
 }
</style>

background-color css

<style>
 a { background-color: #9ACE95; }

 a { background-color: rgb(154,206,149); }

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

border-color css

<style>
 span { border-color: #9ACE95; }

 span { border-color: rgb(154,206,149); }

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