Html Css Color HEX #ACF14E Conifer

📋 copy color: '#ACF14E'

red 172 ◦ green 241 ◦ blue 78

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

Shades of Conifer #ACF14E

Tints of Conifer #ACF14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.89%

R = 35.03%
G = 49.08%
B = 15.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#ACF14E (or 0xACF14E) is known color: Conifer. HEX triplet: AC, F1 and 4E. RGB value is (172,241,78). Sum of RGB (Red+Green+Blue) = 172+241+78=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF14E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF14E is #530EB1. Grayscale: #CACACA. Windows color (decimal): -5443250 or 5173676. OLE color: 5173676.

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

Color convert

RGB 172 241 78 -
CMYK 0.29 0 0.68 0.05
HSL 85.4º 0.85% 0.63% -
HSV(B) 85.4º 0.68% 0.95% -
XYZ 49.84 72.23 18.52 -
YUV 201.79 58.14 106.75 -
System Red Green Blue C M Y K H S L
Decimal 172 241 78 0.29 0 0.68 0.05 85.4 0.85 0.63
Hex AC F1 4E 1D 0 44 5 55 55 3F
Octal 254 361 116 35 0 104 5 125 125 77
Binary 10101100 11110001 1001110 11101 0 1000100 101 1010101 1010101 111111

Color Harmonies of #ACF14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF14E

Black with #ACF14E

Text Example


Text Example

White with #ACF14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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