Html Css Color HEX #ACF396 Granny Smith Apple

📋 copy color: '#ACF396'

red 172 ◦ green 243 ◦ blue 150

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

Shades of Granny Smith Apple #ACF396

Tints of Granny Smith Apple #ACF396

RGB

 RED value IS 172 (67.58% from 255) = 30.44%

 GREEN value IS 243 (95.31% from 255) = 43.01%

 BLUE value IS 150 (58.98% from 255) = 26.55%

R = 30.44%
G = 43.01%
B = 26.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#ACF396 (or 0xACF396) is known color: Granny Smith Apple. HEX triplet: AC, F3 and 96. RGB value is (172,243,150). Sum of RGB (Red+Green+Blue) = 172+243+150=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF396 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF396 is #530C69. Grayscale: #D3D3D3. Windows color (decimal): -5442666 or 9892780. OLE color: 9892780.

HSL color Cylindrical-coordinate representation of color #ACF396: hue angle of 105.81º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACF396 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 150 -
CMYK 0.29 0 0.38 0.05
HSL 105.81º 0.79% 0.77% -
HSV(B) 105.81º 0.38% 0.95% -
XYZ 54.57 75.07 40.47 -
YUV 211.17 93.48 100.06 -
System Red Green Blue C M Y K H S L
Decimal 172 243 150 0.29 0 0.38 0.05 105.81 0.79 0.77
Hex AC F3 96 1D 0 26 5 6A 4F 4D
Octal 254 363 226 35 0 46 5 152 117 115
Binary 10101100 11110011 10010110 11101 0 100110 101 1101010 1001111 1001101

Color Harmonies of #ACF396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF396

Black with #ACF396

Text Example


Text Example

White with #ACF396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF396; }

 p { color: rgb(172,243,150); }

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

background-color css

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

 a { background-color: rgb(172,243,150); }

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

border-color css

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

 span { border-color: rgb(172,243,150); }

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