Html Css Color HEX #ACF86E Sulu

📋 copy color: '#ACF86E'

red 172 ◦ green 248 ◦ blue 110

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

Shades of Sulu #ACF86E

Tints of Sulu #ACF86E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.79%

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

R = 32.45%
G = 46.79%
B = 20.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#ACF86E (or 0xACF86E) is known color: Sulu. HEX triplet: AC, F8 and 6E. RGB value is (172,248,110). Sum of RGB (Red+Green+Blue) = 172+248+110=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF86E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF86E is #530791. Grayscale: #D2D2D2. Windows color (decimal): -5441426 or 7272620. OLE color: 7272620.

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

Color convert

RGB 172 248 110 -
CMYK 0.31 0 0.56 0.03
HSL 93.04º 0.91% 0.7% -
HSV(B) 93.04º 0.56% 0.97% -
XYZ 53.4 77.03 26.81 -
YUV 209.54 71.82 101.22 -
System Red Green Blue C M Y K H S L
Decimal 172 248 110 0.31 0 0.56 0.03 93.04 0.91 0.7
Hex AC F8 6E 1F 0 38 3 5D 5B 46
Octal 254 370 156 37 0 70 3 135 133 106
Binary 10101100 11111000 1101110 11111 0 111000 11 1011101 1011011 1000110

Color Harmonies of #ACF86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF86E

Black with #ACF86E

Text Example


Text Example

White with #ACF86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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