Html Css Color HEX #9ACF94 Granny Smith Apple

📋 copy color: '#9ACF94'

red 154 ◦ green 207 ◦ blue 148

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

Shades of Granny Smith Apple #9ACF94

Tints of Granny Smith Apple #9ACF94

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.67%

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

R = 30.26%
G = 40.67%
B = 29.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#9ACF94 (or 0x9ACF94) is known color: Granny Smith Apple. HEX triplet: 9A, CF and 94. RGB value is (154,207,148). Sum of RGB (Red+Green+Blue) = 154+207+148=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACF94 is #65306B. Grayscale: #B8B8B8. Windows color (decimal): -6631532 or 9752474. OLE color: 9752474.

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

Color convert

RGB 154 207 148 -
CMYK 0.26 0 0.29 0.19
HSL 113.9º 0.38% 0.7% -
HSV(B) 113.9º 0.29% 0.81% -
XYZ 40.98 53.63 36.21 -
YUV 184.43 107.44 106.3 -
System Red Green Blue C M Y K H S L
Decimal 154 207 148 0.26 0 0.29 0.19 113.9 0.38 0.7
Hex 9A CF 94 1A 0 1D 13 72 26 46
Octal 232 317 224 32 0 35 23 162 46 106
Binary 10011010 11001111 10010100 11010 0 11101 10011 1110010 100110 1000110

Color Harmonies of #9ACF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACF94

Black with #9ACF94

Text Example


Text Example

White with #9ACF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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