Html Css Color HEX #ACF954 Conifer

📋 copy color: '#ACF954'

red 172 ◦ green 249 ◦ blue 84

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

Shades of Conifer #ACF954

Tints of Conifer #ACF954

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.31%

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

R = 34.06%
G = 49.31%
B = 16.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#ACF954 (or 0xACF954) is known color: Conifer. HEX triplet: AC, F9 and 54. RGB value is (172,249,84). Sum of RGB (Red+Green+Blue) = 172+249+84=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF954 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF954 is #5306AB. Grayscale: #CFCFCF. Windows color (decimal): -5441196 or 5568940. OLE color: 5568940.

HSL color Cylindrical-coordinate representation of color #ACF954: hue angle of 88º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACF954 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 84 -
CMYK 0.31 0 0.66 0.02
HSL 88º 0.93% 0.65% -
HSV(B) 88º 0.66% 0.98% -
XYZ 52.49 77.16 20.51 -
YUV 207.17 58.49 102.92 -
System Red Green Blue C M Y K H S L
Decimal 172 249 84 0.31 0 0.66 0.02 88 0.93 0.65
Hex AC F9 54 1F 0 42 2 58 5D 41
Octal 254 371 124 37 0 102 2 130 135 101
Binary 10101100 11111001 1010100 11111 0 1000010 10 1011000 1011101 1000001

Color Harmonies of #ACF954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF954

Black with #ACF954

Text Example


Text Example

White with #ACF954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF954; }

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

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

background-color css

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

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

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

border-color css

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

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

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