Html Css Color HEX #ACF56C Sulu

📋 copy color: '#ACF56C'

red 172 ◦ green 245 ◦ blue 108

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

Shades of Sulu #ACF56C

Tints of Sulu #ACF56C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.67%

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

R = 32.76%
G = 46.67%
B = 20.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#ACF56C (or 0xACF56C) is known color: Sulu. HEX triplet: AC, F5 and 6C. RGB value is (172,245,108). Sum of RGB (Red+Green+Blue) = 172+245+108=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF56C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF56C is #530A93. Grayscale: #D0D0D0. Windows color (decimal): -5442196 or 7140780. OLE color: 7140780.

HSL color Cylindrical-coordinate representation of color #ACF56C: hue angle of 91.97º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACF56C is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 108 -
CMYK 0.30 0 0.56 0.04
HSL 91.97º 0.87% 0.69% -
HSV(B) 91.97º 0.56% 0.96% -
XYZ 52.37 75.16 25.93 -
YUV 207.56 71.82 102.64 -
System Red Green Blue C M Y K H S L
Decimal 172 245 108 0.30 0 0.56 0.04 91.97 0.87 0.69
Hex AC F5 6C 1E 0 38 4 5C 57 45
Octal 254 365 154 36 0 70 4 134 127 105
Binary 10101100 11110101 1101100 11110 0 111000 100 1011100 1010111 1000101

Color Harmonies of #ACF56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF56C

Black with #ACF56C

Text Example


Text Example

White with #ACF56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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