Html Css Color HEX #ACF146 Conifer

📋 copy color: '#ACF146'

red 172 ◦ green 241 ◦ blue 70

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

Shades of Conifer #ACF146

Tints of Conifer #ACF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.49%

R = 35.61%
G = 49.9%
B = 14.49%

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

#ACF146 (or 0xACF146) is known color: Conifer. HEX triplet: AC, F1 and 46. RGB value is (172,241,70). Sum of RGB (Red+Green+Blue) = 172+241+70=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF146 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF146 is #530EB9. Grayscale: #C9C9C9. Windows color (decimal): -5443258 or 4649388. OLE color: 4649388.

HSL color Cylindrical-coordinate representation of color #ACF146: hue angle of 84.21º degrees, saturation: 0.86, 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 #ACF146 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 70 -
CMYK 0.29 0 0.71 0.05
HSL 84.21º 0.86% 0.61% -
HSV(B) 84.21º 0.71% 0.95% -
XYZ 49.57 72.12 17.1 -
YUV 200.88 54.14 107.4 -
System Red Green Blue C M Y K H S L
Decimal 172 241 70 0.29 0 0.71 0.05 84.21 0.86 0.61
Hex AC F1 46 1D 0 47 5 54 56 3D
Octal 254 361 106 35 0 107 5 124 126 75
Binary 10101100 11110001 1000110 11101 0 1000111 101 1010100 1010110 111101

Color Harmonies of #ACF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF146

Black with #ACF146

Text Example


Text Example

White with #ACF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF146; }

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

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

background-color css

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

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

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

border-color css

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

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

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