Html Css Color HEX #ACF84D Conifer

📋 copy color: '#ACF84D'

red 172 ◦ green 248 ◦ blue 77

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

Shades of Conifer #ACF84D

Tints of Conifer #ACF84D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.9%

 BLUE value IS 77 (30.47% from 255) = 15.49%

R = 34.61%
G = 49.9%
B = 15.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#ACF84D (or 0xACF84D) is known color: Conifer. HEX triplet: AC, F8 and 4D. RGB value is (172,248,77). Sum of RGB (Red+Green+Blue) = 172+248+77=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF84D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF84D is #5307B2. Grayscale: #CECECE. Windows color (decimal): -5441459 or 5109932. OLE color: 5109932.

HSL color Cylindrical-coordinate representation of color #ACF84D: hue angle of 86.67º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACF84D is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 77 -
CMYK 0.31 0 0.69 0.03
HSL 86.67º 0.92% 0.64% -
HSV(B) 86.67º 0.69% 0.97% -
XYZ 51.92 76.44 19.04 -
YUV 205.78 55.32 103.9 -
System Red Green Blue C M Y K H S L
Decimal 172 248 77 0.31 0 0.69 0.03 86.67 0.92 0.64
Hex AC F8 4D 1F 0 45 3 57 5C 40
Octal 254 370 115 37 0 105 3 127 134 100
Binary 10101100 11111000 1001101 11111 0 1000101 11 1010111 1011100 1000000

Color Harmonies of #ACF84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF84D

Black with #ACF84D

Text Example


Text Example

White with #ACF84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF84D; }

 p { color: rgb(172,248,77); }

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

background-color css

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

 a { background-color: rgb(172,248,77); }

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

border-color css

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

 span { border-color: rgb(172,248,77); }

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