Html Css Color HEX #ACF56B Sulu

📋 copy color: '#ACF56B'

red 172 ◦ green 245 ◦ blue 107

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

Shades of Sulu #ACF56B

Tints of Sulu #ACF56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.42%

R = 32.82%
G = 46.76%
B = 20.42%

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

#ACF56B (or 0xACF56B) is known color: Sulu. HEX triplet: AC, F5 and 6B. RGB value is (172,245,107). Sum of RGB (Red+Green+Blue) = 172+245+107=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF56B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF56B is #530A94. Grayscale: #CFCFCF. Windows color (decimal): -5442197 or 7075244. OLE color: 7075244.

HSL color Cylindrical-coordinate representation of color #ACF56B: hue angle of 91.74º 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 #ACF56B is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 107 -
CMYK 0.30 0 0.56 0.04
HSL 91.74º 0.87% 0.69% -
HSV(B) 91.74º 0.56% 0.96% -
XYZ 52.32 75.14 25.66 -
YUV 207.44 71.32 102.72 -
System Red Green Blue C M Y K H S L
Decimal 172 245 107 0.30 0 0.56 0.04 91.74 0.87 0.69
Hex AC F5 6B 1E 0 38 4 5C 57 45
Octal 254 365 153 36 0 70 4 134 127 105
Binary 10101100 11110101 1101011 11110 0 111000 100 1011100 1010111 1000101

Color Harmonies of #ACF56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF56B

Black with #ACF56B

Text Example


Text Example

White with #ACF56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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