Html Css Color HEX #ACF76A Sulu

📋 copy color: '#ACF76A'

red 172 ◦ green 247 ◦ blue 106

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

Shades of Sulu #ACF76A

Tints of Sulu #ACF76A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.05%

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

R = 32.76%
G = 47.05%
B = 20.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#ACF76A (or 0xACF76A) is known color: Sulu. HEX triplet: AC, F7 and 6A. RGB value is (172,247,106). Sum of RGB (Red+Green+Blue) = 172+247+106=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF76A is #530895. Grayscale: #D0D0D0. Windows color (decimal): -5441686 or 7010220. OLE color: 7010220.

HSL color Cylindrical-coordinate representation of color #ACF76A: hue angle of 91.91º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACF76A is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 106 -
CMYK 0.30 0 0.57 0.03
HSL 91.91º 0.9% 0.69% -
HSV(B) 91.91º 0.57% 0.97% -
XYZ 52.88 76.33 25.58 -
YUV 208.5 70.15 101.96 -
System Red Green Blue C M Y K H S L
Decimal 172 247 106 0.30 0 0.57 0.03 91.91 0.9 0.69
Hex AC F7 6A 1E 0 39 3 5C 5A 45
Octal 254 367 152 36 0 71 3 134 132 105
Binary 10101100 11110111 1101010 11110 0 111001 11 1011100 1011010 1000101

Color Harmonies of #ACF76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF76A

Black with #ACF76A

Text Example


Text Example

White with #ACF76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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