Html Css Color HEX #ACF96E Sulu

📋 copy color: '#ACF96E'

red 172 ◦ green 249 ◦ blue 110

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

Shades of Sulu #ACF96E

Tints of Sulu #ACF96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.72%

R = 32.39%
G = 46.89%
B = 20.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#ACF96E (or 0xACF96E) is known color: Sulu. HEX triplet: AC, F9 and 6E. RGB value is (172,249,110). Sum of RGB (Red+Green+Blue) = 172+249+110=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF96E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF96E is #530691. Grayscale: #D2D2D2. Windows color (decimal): -5441170 or 7272876. OLE color: 7272876.

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

Color convert

RGB 172 249 110 -
CMYK 0.31 0 0.56 0.02
HSL 93.24º 0.92% 0.7% -
HSV(B) 93.24º 0.56% 0.98% -
XYZ 53.7 77.65 26.91 -
YUV 210.13 71.49 100.8 -
System Red Green Blue C M Y K H S L
Decimal 172 249 110 0.31 0 0.56 0.02 93.24 0.92 0.7
Hex AC F9 6E 1F 0 38 2 5D 5C 46
Octal 254 371 156 37 0 70 2 135 134 106
Binary 10101100 11111001 1101110 11111 0 111000 10 1011101 1011100 1000110

Color Harmonies of #ACF96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF96E

Black with #ACF96E

Text Example


Text Example

White with #ACF96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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