Html Css Color HEX #ACFD6A Sulu

📋 copy color: '#ACFD6A'

red 172 ◦ green 253 ◦ blue 106

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

Shades of Sulu #ACFD6A

Tints of Sulu #ACFD6A

RGB

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

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

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

R = 32.39%
G = 47.65%
B = 19.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#ACFD6A (or 0xACFD6A) is known color: Sulu. HEX triplet: AC, FD and 6A. RGB value is (172,253,106). Sum of RGB (Red+Green+Blue) = 172+253+106=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD6A is #530295. Grayscale: #D4D4D4. Windows color (decimal): -5440150 or 7011756. OLE color: 7011756.

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

Color convert

RGB 172 253 106 -
CMYK 0.32 0 0.58 0.01
HSL 93.06º 0.97% 0.7% -
HSV(B) 93.06º 0.58% 0.99% -
XYZ 54.74 80.06 26.2 -
YUV 212.02 68.16 99.45 -
System Red Green Blue C M Y K H S L
Decimal 172 253 106 0.32 0 0.58 0.01 93.06 0.97 0.7
Hex AC FD 6A 20 0 3A 1 5D 61 46
Octal 254 375 152 40 0 72 1 135 141 106
Binary 10101100 11111101 1101010 100000 0 111010 1 1011101 1100001 1000110

Color Harmonies of #ACFD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD6A

Black with #ACFD6A

Text Example


Text Example

White with #ACFD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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