Html Css Color HEX #ACF354 Conifer

📋 copy color: '#ACF354'

red 172 ◦ green 243 ◦ blue 84

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

Shades of Conifer #ACF354

Tints of Conifer #ACF354

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.7%

 BLUE value IS 84 (33.2% from 255) = 16.83%

R = 34.47%
G = 48.7%
B = 16.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#ACF354 (or 0xACF354) is known color: Conifer. HEX triplet: AC, F3 and 54. RGB value is (172,243,84). Sum of RGB (Red+Green+Blue) = 172+243+84=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF354 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF354 is #530CAB. Grayscale: #CCCCCC. Windows color (decimal): -5442732 or 5567404. OLE color: 5567404.

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

Color convert

RGB 172 243 84 -
CMYK 0.29 0 0.65 0.05
HSL 86.79º 0.87% 0.64% -
HSV(B) 86.79º 0.65% 0.95% -
XYZ 50.66 73.51 19.91 -
YUV 203.65 60.48 105.43 -
System Red Green Blue C M Y K H S L
Decimal 172 243 84 0.29 0 0.65 0.05 86.79 0.87 0.64
Hex AC F3 54 1D 0 41 5 57 57 40
Octal 254 363 124 35 0 101 5 127 127 100
Binary 10101100 11110011 1010100 11101 0 1000001 101 1010111 1010111 1000000

Color Harmonies of #ACF354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF354

Black with #ACF354

Text Example


Text Example

White with #ACF354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF354; }

 p { color: rgb(172,243,84); }

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

background-color css

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

 a { background-color: rgb(172,243,84); }

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

border-color css

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

 span { border-color: rgb(172,243,84); }

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