Html Css Color HEX #ACF96F Sulu

📋 copy color: '#ACF96F'

red 172 ◦ green 249 ◦ blue 111

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

Shades of Sulu #ACF96F

Tints of Sulu #ACF96F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.8%

 BLUE value IS 111 (43.75% from 255) = 20.86%

R = 32.33%
G = 46.8%
B = 20.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#ACF96F (or 0xACF96F) is known color: Sulu. HEX triplet: AC, F9 and 6F. RGB value is (172,249,111). Sum of RGB (Red+Green+Blue) = 172+249+111=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 111 (43.75% from 255 or 20.86% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF96F is #530690. Grayscale: #D2D2D2. Windows color (decimal): -5441169 or 7338412. OLE color: 7338412.

HSL color Cylindrical-coordinate representation of color #ACF96F: hue angle of 93.48º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACF96F is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 111 -
CMYK 0.31 0 0.55 0.02
HSL 93.48º 0.92% 0.71% -
HSV(B) 93.48º 0.55% 0.98% -
XYZ 53.76 77.67 27.2 -
YUV 210.25 71.99 100.72 -
System Red Green Blue C M Y K H S L
Decimal 172 249 111 0.31 0 0.55 0.02 93.48 0.92 0.71
Hex AC F9 6F 1F 0 37 2 5D 5C 47
Octal 254 371 157 37 0 67 2 135 134 107
Binary 10101100 11111001 1101111 11111 0 110111 10 1011101 1011100 1000111

Color Harmonies of #ACF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF96F

Black with #ACF96F

Text Example


Text Example

White with #ACF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF96F; }

 p { color: rgb(172,249,111); }

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

background-color css

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

 a { background-color: rgb(172,249,111); }

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

border-color css

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

 span { border-color: rgb(172,249,111); }

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