Html Css Color HEX #ACF26E Sulu

📋 copy color: '#ACF26E'

red 172 ◦ green 242 ◦ blue 110

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

Shades of Sulu #ACF26E

Tints of Sulu #ACF26E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.18%

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

R = 32.82%
G = 46.18%
B = 20.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#ACF26E (or 0xACF26E) is known color: Sulu. HEX triplet: AC, F2 and 6E. RGB value is (172,242,110). Sum of RGB (Red+Green+Blue) = 172+242+110=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF26E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF26E is #530D91. Grayscale: #CECECE. Windows color (decimal): -5442962 or 7271084. OLE color: 7271084.

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

Color convert

RGB 172 242 110 -
CMYK 0.29 0 0.55 0.05
HSL 91.82º 0.84% 0.69% -
HSV(B) 91.82º 0.55% 0.95% -
XYZ 51.58 73.4 26.2 -
YUV 206.02 73.81 103.73 -
System Red Green Blue C M Y K H S L
Decimal 172 242 110 0.29 0 0.55 0.05 91.82 0.84 0.69
Hex AC F2 6E 1D 0 37 5 5C 54 45
Octal 254 362 156 35 0 67 5 134 124 105
Binary 10101100 11110010 1101110 11101 0 110111 101 1011100 1010100 1000101

Color Harmonies of #ACF26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF26E

Black with #ACF26E

Text Example


Text Example

White with #ACF26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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