Html Css Color HEX #ACFE7A Sulu

📋 copy color: '#ACFE7A'

red 172 ◦ green 254 ◦ blue 122

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

Shades of Sulu #ACFE7A

Tints of Sulu #ACFE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.26%

R = 31.39%
G = 46.35%
B = 22.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#ACFE7A (or 0xACFE7A) is known color: Sulu. HEX triplet: AC, FE and 7A. RGB value is (172,254,122). Sum of RGB (Red+Green+Blue) = 172+254+122=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE7A is #530185. Grayscale: #D6D6D6. Windows color (decimal): -5439878 or 8060588. OLE color: 8060588.

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

Color convert

RGB 172 254 122 -
CMYK 0.32 0 0.52 0.00
HSL 97.27º 0.99% 0.74% -
HSV(B) 97.27º 0.52% 1% -
XYZ 55.97 81.06 31.11 -
YUV 214.43 75.83 97.73 -
System Red Green Blue C M Y K H S L
Decimal 172 254 122 0.32 0 0.52 0.00 97.27 0.99 0.74
Hex AC FE 7A 20 0 34 0 61 63 4A
Octal 254 376 172 40 0 64 0 141 143 112
Binary 10101100 11111110 1111010 100000 0 110100 0 1100001 1100011 1001010

Color Harmonies of #ACFE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE7A

Black with #ACFE7A

Text Example


Text Example

White with #ACFE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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