Html Css Color HEX #ACF04E Conifer

📋 copy color: '#ACF04E'

red 172 ◦ green 240 ◦ blue 78

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

Shades of Conifer #ACF04E

Tints of Conifer #ACF04E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

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

R = 35.1%
G = 48.98%
B = 15.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#ACF04E (or 0xACF04E) is known color: Conifer. HEX triplet: AC, F0 and 4E. RGB value is (172,240,78). Sum of RGB (Red+Green+Blue) = 172+240+78=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 78 (30.86% from 255 or 15.92% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF04E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF04E is #530FB1. Grayscale: #C9C9C9. Windows color (decimal): -5443506 or 5173420. OLE color: 5173420.

HSL color Cylindrical-coordinate representation of color #ACF04E: hue angle of 85.19º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACF04E is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 78 -
CMYK 0.28 0 0.68 0.06
HSL 85.19º 0.84% 0.62% -
HSV(B) 85.19º 0.68% 0.94% -
XYZ 49.55 71.64 18.42 -
YUV 201.2 58.47 107.17 -
System Red Green Blue C M Y K H S L
Decimal 172 240 78 0.28 0 0.68 0.06 85.19 0.84 0.62
Hex AC F0 4E 1C 0 44 6 55 54 3E
Octal 254 360 116 34 0 104 6 125 124 76
Binary 10101100 11110000 1001110 11100 0 1000100 110 1010101 1010100 111110

Color Harmonies of #ACF04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF04E

Black with #ACF04E

Text Example


Text Example

White with #ACF04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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