Html Css Color HEX #ACF257 Conifer

📋 copy color: '#ACF257'

red 172 ◦ green 242 ◦ blue 87

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

Shades of Conifer #ACF257

Tints of Conifer #ACF257

RGB

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

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

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

R = 34.33%
G = 48.3%
B = 17.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#ACF257 (or 0xACF257) is known color: Conifer. HEX triplet: AC, F2 and 57. RGB value is (172,242,87). Sum of RGB (Red+Green+Blue) = 172+242+87=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF257 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF257 is #530DA8. Grayscale: #CBCBCB. Windows color (decimal): -5442985 or 5763756. OLE color: 5763756.

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

Color convert

RGB 172 242 87 -
CMYK 0.29 0 0.64 0.05
HSL 87.1º 0.86% 0.65% -
HSV(B) 87.1º 0.64% 0.95% -
XYZ 50.49 72.96 20.44 -
YUV 203.4 62.31 105.6 -
System Red Green Blue C M Y K H S L
Decimal 172 242 87 0.29 0 0.64 0.05 87.1 0.86 0.65
Hex AC F2 57 1D 0 40 5 57 56 41
Octal 254 362 127 35 0 100 5 127 126 101
Binary 10101100 11110010 1010111 11101 0 1000000 101 1010111 1010110 1000001

Color Harmonies of #ACF257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF257

Black with #ACF257

Text Example


Text Example

White with #ACF257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF257; }

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

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

background-color css

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

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

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

border-color css

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

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

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