Html Css Color HEX #ACFE68 Sulu

📋 copy color: '#ACFE68'

red 172 ◦ green 254 ◦ blue 104

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

Shades of Sulu #ACFE68

Tints of Sulu #ACFE68

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.92%

 BLUE value IS 104 (41.02% from 255) = 19.62%

R = 32.45%
G = 47.92%
B = 19.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#ACFE68 (or 0xACFE68) is known color: Sulu. HEX triplet: AC, FE and 68. RGB value is (172,254,104). Sum of RGB (Red+Green+Blue) = 172+254+104=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE68 is #530197. Grayscale: #D4D4D4. Windows color (decimal): -5439896 or 6880940. OLE color: 6880940.

HSL color Cylindrical-coordinate representation of color #ACFE68: hue angle of 92.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACFE68 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 104 -
CMYK 0.32 0 0.59 0.00
HSL 92.8º 0.99% 0.7% -
HSV(B) 92.8º 0.59% 1% -
XYZ 54.95 80.65 25.77 -
YUV 212.38 66.83 99.2 -
System Red Green Blue C M Y K H S L
Decimal 172 254 104 0.32 0 0.59 0.00 92.8 0.99 0.7
Hex AC FE 68 20 0 3B 0 5D 63 46
Octal 254 376 150 40 0 73 0 135 143 106
Binary 10101100 11111110 1101000 100000 0 111011 0 1011101 1100011 1000110

Color Harmonies of #ACFE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE68

Black with #ACFE68

Text Example


Text Example

White with #ACFE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE68; }

 p { color: rgb(172,254,104); }

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

background-color css

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

 a { background-color: rgb(172,254,104); }

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

border-color css

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

 span { border-color: rgb(172,254,104); }

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