Html Css Color HEX #ACF975 Sulu

📋 copy color: '#ACF975'

red 172 ◦ green 249 ◦ blue 117

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

Shades of Sulu #ACF975

Tints of Sulu #ACF975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.75%

R = 31.97%
G = 46.28%
B = 21.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#ACF975 (or 0xACF975) is known color: Sulu. HEX triplet: AC, F9 and 75. RGB value is (172,249,117). Sum of RGB (Red+Green+Blue) = 172+249+117=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF975 is #53068A. Grayscale: #D3D3D3. Windows color (decimal): -5441163 or 7731628. OLE color: 7731628.

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

Color convert

RGB 172 249 117 -
CMYK 0.31 0 0.53 0.02
HSL 95º 0.92% 0.72% -
HSV(B) 95º 0.53% 0.98% -
XYZ 54.1 77.81 29 -
YUV 210.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 172 249 117 0.31 0 0.53 0.02 95 0.92 0.72
Hex AC F9 75 1F 0 35 2 5F 5C 48
Octal 254 371 165 37 0 65 2 137 134 110
Binary 10101100 11111001 1110101 11111 0 110101 10 1011111 1011100 1001000

Color Harmonies of #ACF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF975

Black with #ACF975

Text Example


Text Example

White with #ACF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF975; }

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

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

background-color css

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

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

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

border-color css

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

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

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