Html Css Color HEX #ACF66B Sulu

📋 copy color: '#ACF66B'

red 172 ◦ green 246 ◦ blue 107

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

Shades of Sulu #ACF66B

Tints of Sulu #ACF66B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.86%

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

R = 32.76%
G = 46.86%
B = 20.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#ACF66B (or 0xACF66B) is known color: Sulu. HEX triplet: AC, F6 and 6B. RGB value is (172,246,107). Sum of RGB (Red+Green+Blue) = 172+246+107=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF66B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF66B is #530994. Grayscale: #D0D0D0. Windows color (decimal): -5441941 or 7075500. OLE color: 7075500.

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

Color convert

RGB 172 246 107 -
CMYK 0.30 0 0.57 0.04
HSL 91.94º 0.89% 0.69% -
HSV(B) 91.94º 0.57% 0.96% -
XYZ 52.62 75.74 25.76 -
YUV 208.03 70.98 102.3 -
System Red Green Blue C M Y K H S L
Decimal 172 246 107 0.30 0 0.57 0.04 91.94 0.89 0.69
Hex AC F6 6B 1E 0 39 4 5C 59 45
Octal 254 366 153 36 0 71 4 134 131 105
Binary 10101100 11110110 1101011 11110 0 111001 100 1011100 1011001 1000101

Color Harmonies of #ACF66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF66B

Black with #ACF66B

Text Example


Text Example

White with #ACF66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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