Html Css Color HEX #ACFD6E Sulu

📋 copy color: '#ACFD6E'

red 172 ◦ green 253 ◦ blue 110

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

Shades of Sulu #ACFD6E

Tints of Sulu #ACFD6E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.29%

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

R = 32.15%
G = 47.29%
B = 20.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#ACFD6E (or 0xACFD6E) is known color: Sulu. HEX triplet: AC, FD and 6E. RGB value is (172,253,110). Sum of RGB (Red+Green+Blue) = 172+253+110=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD6E is #530291. Grayscale: #D4D4D4. Windows color (decimal): -5440146 or 7273900. OLE color: 7273900.

HSL color Cylindrical-coordinate representation of color #ACFD6E: hue angle of 93.99º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACFD6E is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 110 -
CMYK 0.32 0 0.57 0.01
HSL 93.99º 0.97% 0.71% -
HSV(B) 93.99º 0.57% 0.99% -
XYZ 54.95 80.15 27.33 -
YUV 212.48 70.16 99.13 -
System Red Green Blue C M Y K H S L
Decimal 172 253 110 0.32 0 0.57 0.01 93.99 0.97 0.71
Hex AC FD 6E 20 0 39 1 5E 61 47
Octal 254 375 156 40 0 71 1 136 141 107
Binary 10101100 11111101 1101110 100000 0 111001 1 1011110 1100001 1000111

Color Harmonies of #ACFD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD6E

Black with #ACFD6E

Text Example


Text Example

White with #ACFD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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