Html Css Color HEX #9ACC94 Granny Smith Apple

📋 copy color: '#9ACC94'

red 154 ◦ green 204 ◦ blue 148

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

Shades of Granny Smith Apple #9ACC94

Tints of Granny Smith Apple #9ACC94

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.32%

 BLUE value IS 148 (58.2% from 255) = 29.25%

R = 30.43%
G = 40.32%
B = 29.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#9ACC94 (or 0x9ACC94) is known color: Granny Smith Apple. HEX triplet: 9A, CC and 94. RGB value is (154,204,148). Sum of RGB (Red+Green+Blue) = 154+204+148=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACC94 is #65336B. Grayscale: #B6B6B6. Windows color (decimal): -6632300 or 9751706. OLE color: 9751706.

HSL color Cylindrical-coordinate representation of color #9ACC94: hue angle of 113.57º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ACC94 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 204 148 -
CMYK 0.25 0 0.27 0.2
HSL 113.57º 0.35% 0.69% -
HSV(B) 113.57º 0.27% 0.8% -
XYZ 40.26 52.19 35.97 -
YUV 182.67 108.44 107.55 -
System Red Green Blue C M Y K H S L
Decimal 154 204 148 0.25 0 0.27 0.2 113.57 0.35 0.69
Hex 9A CC 94 19 0 1B 14 72 23 45
Octal 232 314 224 31 0 33 24 162 43 105
Binary 10011010 11001100 10010100 11001 0 11011 10100 1110010 100011 1000101

Color Harmonies of #9ACC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC94

Black with #9ACC94

Text Example


Text Example

White with #9ACC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,204,148); }

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

background-color css

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

 a { background-color: rgb(154,204,148); }

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

border-color css

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

 span { border-color: rgb(154,204,148); }

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