Html Css Color HEX #ACF247 Conifer

📋 copy color: '#ACF247'

red 172 ◦ green 242 ◦ blue 71

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

Shades of Conifer #ACF247

Tints of Conifer #ACF247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.64%

R = 35.46%
G = 49.9%
B = 14.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#ACF247 (or 0xACF247) is known color: Conifer. HEX triplet: AC, F2 and 47. RGB value is (172,242,71). Sum of RGB (Red+Green+Blue) = 172+242+71=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 71 (28.12% from 255 or 14.64% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF247 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF247 is #530DB8. Grayscale: #CACACA. Windows color (decimal): -5443001 or 4715180. OLE color: 4715180.

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

Color convert

RGB 172 242 71 -
CMYK 0.29 0 0.71 0.05
HSL 84.56º 0.87% 0.61% -
HSV(B) 84.56º 0.71% 0.95% -
XYZ 49.9 72.73 17.37 -
YUV 201.58 54.31 106.9 -
System Red Green Blue C M Y K H S L
Decimal 172 242 71 0.29 0 0.71 0.05 84.56 0.87 0.61
Hex AC F2 47 1D 0 47 5 55 57 3D
Octal 254 362 107 35 0 107 5 125 127 75
Binary 10101100 11110010 1000111 11101 0 1000111 101 1010101 1010111 111101

Color Harmonies of #ACF247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF247

Black with #ACF247

Text Example


Text Example

White with #ACF247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF247; }

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

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

background-color css

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

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

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

border-color css

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

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

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