Html Css Color HEX #ACF66E Sulu

📋 copy color: '#ACF66E'

red 172 ◦ green 246 ◦ blue 110

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

Shades of Sulu #ACF66E

Tints of Sulu #ACF66E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.59%

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

R = 32.58%
G = 46.59%
B = 20.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#ACF66E (or 0xACF66E) is known color: Sulu. HEX triplet: AC, F6 and 6E. RGB value is (172,246,110). Sum of RGB (Red+Green+Blue) = 172+246+110=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF66E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF66E is #530991. Grayscale: #D0D0D0. Windows color (decimal): -5441938 or 7272108. OLE color: 7272108.

HSL color Cylindrical-coordinate representation of color #ACF66E: hue angle of 92.65º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACF66E is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 110 -
CMYK 0.30 0 0.55 0.04
HSL 92.65º 0.88% 0.7% -
HSV(B) 92.65º 0.55% 0.96% -
XYZ 52.78 75.81 26.6 -
YUV 208.37 72.48 102.06 -
System Red Green Blue C M Y K H S L
Decimal 172 246 110 0.30 0 0.55 0.04 92.65 0.88 0.7
Hex AC F6 6E 1E 0 37 4 5D 58 46
Octal 254 366 156 36 0 67 4 135 130 106
Binary 10101100 11110110 1101110 11110 0 110111 100 1011101 1011000 1000110

Color Harmonies of #ACF66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF66E

Black with #ACF66E

Text Example


Text Example

White with #ACF66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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