Html Css Color HEX #ACF16E Sulu

📋 copy color: '#ACF16E'

red 172 ◦ green 241 ◦ blue 110

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

Shades of Sulu #ACF16E

Tints of Sulu #ACF16E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.08%

 BLUE value IS 110 (43.36% from 255) = 21.03%

R = 32.89%
G = 46.08%
B = 21.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#ACF16E (or 0xACF16E) is known color: Sulu. HEX triplet: AC, F1 and 6E. RGB value is (172,241,110). Sum of RGB (Red+Green+Blue) = 172+241+110=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF16E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF16E is #530E91. Grayscale: #CDCDCD. Windows color (decimal): -5443218 or 7270828. OLE color: 7270828.

HSL color Cylindrical-coordinate representation of color #ACF16E: hue angle of 91.6º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACF16E is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 110 -
CMYK 0.29 0 0.54 0.05
HSL 91.6º 0.82% 0.69% -
HSV(B) 91.6º 0.54% 0.95% -
XYZ 51.28 72.81 26.1 -
YUV 205.44 74.14 104.15 -
System Red Green Blue C M Y K H S L
Decimal 172 241 110 0.29 0 0.54 0.05 91.6 0.82 0.69
Hex AC F1 6E 1D 0 36 5 5C 52 45
Octal 254 361 156 35 0 66 5 134 122 105
Binary 10101100 11110001 1101110 11101 0 110110 101 1011100 1010010 1000101

Color Harmonies of #ACF16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF16E

Black with #ACF16E

Text Example


Text Example

White with #ACF16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF16E; }

 p { color: rgb(172,241,110); }

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

background-color css

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

 a { background-color: rgb(172,241,110); }

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

border-color css

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

 span { border-color: rgb(172,241,110); }

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