Html Css Color HEX #ACF057 Conifer

📋 copy color: '#ACF057'

red 172 ◦ green 240 ◦ blue 87

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

Shades of Conifer #ACF057

Tints of Conifer #ACF057

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.1%

 BLUE value IS 87 (34.38% from 255) = 17.43%

R = 34.47%
G = 48.1%
B = 17.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#ACF057 (or 0xACF057) is known color: Conifer. HEX triplet: AC, F0 and 57. RGB value is (172,240,87). Sum of RGB (Red+Green+Blue) = 172+240+87=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF057 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF057 is #530FA8. Grayscale: #CACACA. Windows color (decimal): -5443497 or 5763244. OLE color: 5763244.

HSL color Cylindrical-coordinate representation of color #ACF057: hue angle of 86.67º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACF057 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 87 -
CMYK 0.28 0 0.64 0.06
HSL 86.67º 0.84% 0.64% -
HSV(B) 86.67º 0.64% 0.94% -
XYZ 49.89 71.78 20.24 -
YUV 202.23 62.97 106.44 -
System Red Green Blue C M Y K H S L
Decimal 172 240 87 0.28 0 0.64 0.06 86.67 0.84 0.64
Hex AC F0 57 1C 0 40 6 57 54 40
Octal 254 360 127 34 0 100 6 127 124 100
Binary 10101100 11110000 1010111 11100 0 1000000 110 1010111 1010100 1000000

Color Harmonies of #ACF057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF057

Black with #ACF057

Text Example


Text Example

White with #ACF057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF057; }

 p { color: rgb(172,240,87); }

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

background-color css

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

 a { background-color: rgb(172,240,87); }

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

border-color css

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

 span { border-color: rgb(172,240,87); }

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