#9ACF98

Color #9ACF98 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #9ACF98

Tints of Granny Smith Apple #9ACF98

Color information

#9ACF98 (or 0x9ACF98) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, CF and 98. RGB value is (154,207,152). Sum of RGB (Red+Green+Blue) = 154+207+152=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACF98 is #653067. Grayscale: #B9B9B9. Windows color (decimal): -6631528 or 10014618. OLE color: 10014618.

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

Color convert

RGB154207152-
CMYK0.2600.270.19
HSL117.82º36.42%70.39%-
HSV(B)117.82º26.57%81.18%-
XYZ41.3153.7637.91-
YUV184.88109.44105.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 207 (81.25% from 255) = 40.35%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=30.02%
G=40.35%
B=29.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542071520.2600.270.19117.8236.4270.39
Hex9ACF981A01B13762446
Octal232317230320332316644106
Binary100110101100111110011000110100110111001111101101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,207,152); }

 H1.HeaderClassName
 {
   color: #9ACF98;
 }
 .AnyTagClassName
 {
   color: #9ACF98;
 }
</style>
background-color css

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

 a { background-color: rgb(154,207,152); }

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

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

 span { border-color: rgb(154,207,152); }

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