Html Css Color HEX #ACFC6C Sulu

📋 copy color: '#ACFC6C'

red 172 ◦ green 252 ◦ blue 108

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

Shades of Sulu #ACFC6C

Tints of Sulu #ACFC6C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.37%

 BLUE value IS 108 (42.58% from 255) = 20.3%

R = 32.33%
G = 47.37%
B = 20.3%

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

#ACFC6C (or 0xACFC6C) is known color: Sulu. HEX triplet: AC, FC and 6C. RGB value is (172,252,108). Sum of RGB (Red+Green+Blue) = 172+252+108=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC6C is #530393. Grayscale: #D4D4D4. Windows color (decimal): -5440404 or 7142572. OLE color: 7142572.

HSL color Cylindrical-coordinate representation of color #ACFC6C: hue angle of 93.33º degrees, saturation: 0.96, 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 #ACFC6C is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 108 -
CMYK 0.32 0 0.57 0.01
HSL 93.33º 0.96% 0.71% -
HSV(B) 93.33º 0.57% 0.99% -
XYZ 54.53 79.47 26.65 -
YUV 211.66 69.5 99.71 -
System Red Green Blue C M Y K H S L
Decimal 172 252 108 0.32 0 0.57 0.01 93.33 0.96 0.71
Hex AC FC 6C 20 0 39 1 5D 60 47
Octal 254 374 154 40 0 71 1 135 140 107
Binary 10101100 11111100 1101100 100000 0 111001 1 1011101 1100000 1000111

Color Harmonies of #ACFC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC6C

Black with #ACFC6C

Text Example


Text Example

White with #ACFC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC6C; }

 p { color: rgb(172,252,108); }

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

background-color css

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

 a { background-color: rgb(172,252,108); }

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

border-color css

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

 span { border-color: rgb(172,252,108); }

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