Html Css Color HEX #ACF96B Sulu

📋 copy color: '#ACF96B'

red 172 ◦ green 249 ◦ blue 107

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

Shades of Sulu #ACF96B

Tints of Sulu #ACF96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.27%

R = 32.58%
G = 47.16%
B = 20.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#ACF96B (or 0xACF96B) is known color: Sulu. HEX triplet: AC, F9 and 6B. RGB value is (172,249,107). Sum of RGB (Red+Green+Blue) = 172+249+107=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF96B is #530694. Grayscale: #D2D2D2. Windows color (decimal): -5441173 or 7076268. OLE color: 7076268.

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

Color convert

RGB 172 249 107 -
CMYK 0.31 0 0.57 0.02
HSL 92.54º 0.92% 0.7% -
HSV(B) 92.54º 0.57% 0.98% -
XYZ 53.54 77.58 26.06 -
YUV 209.79 69.99 101.05 -
System Red Green Blue C M Y K H S L
Decimal 172 249 107 0.31 0 0.57 0.02 92.54 0.92 0.7
Hex AC F9 6B 1F 0 39 2 5D 5C 46
Octal 254 371 153 37 0 71 2 135 134 106
Binary 10101100 11111001 1101011 11111 0 111001 10 1011101 1011100 1000110

Color Harmonies of #ACF96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF96B

Black with #ACF96B

Text Example


Text Example

White with #ACF96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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