Html Css Color HEX #ACFE6A Sulu

📋 copy color: '#ACFE6A'

red 172 ◦ green 254 ◦ blue 106

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

Shades of Sulu #ACFE6A

Tints of Sulu #ACFE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.92%

R = 32.33%
G = 47.74%
B = 19.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#ACFE6A (or 0xACFE6A) is known color: Sulu. HEX triplet: AC, FE and 6A. RGB value is (172,254,106). Sum of RGB (Red+Green+Blue) = 172+254+106=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE6A is #530195. Grayscale: #D5D5D5. Windows color (decimal): -5439894 or 7012012. OLE color: 7012012.

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

Color convert

RGB 172 254 106 -
CMYK 0.32 0 0.58 0.00
HSL 93.24º 0.99% 0.71% -
HSV(B) 93.24º 0.58% 1% -
XYZ 55.06 80.69 26.31 -
YUV 212.61 67.83 99.03 -
System Red Green Blue C M Y K H S L
Decimal 172 254 106 0.32 0 0.58 0.00 93.24 0.99 0.71
Hex AC FE 6A 20 0 3A 0 5D 63 47
Octal 254 376 152 40 0 72 0 135 143 107
Binary 10101100 11111110 1101010 100000 0 111010 0 1011101 1100011 1000111

Color Harmonies of #ACFE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE6A

Black with #ACFE6A

Text Example


Text Example

White with #ACFE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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