Html Css Color HEX #ACFE5E Conifer

📋 copy color: '#ACFE5E'

red 172 ◦ green 254 ◦ blue 94

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

Shades of Conifer #ACFE5E

Tints of Conifer #ACFE5E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.85%

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 33.08%
G = 48.85%
B = 18.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#ACFE5E (or 0xACFE5E) is known color: Conifer. HEX triplet: AC, FE and 5E. RGB value is (172,254,94). Sum of RGB (Red+Green+Blue) = 172+254+94=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE5E is #5301A1. Grayscale: #D3D3D3. Windows color (decimal): -5439906 or 6225580. OLE color: 6225580.

HSL color Cylindrical-coordinate representation of color #ACFE5E: hue angle of 90.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACFE5E is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 94 -
CMYK 0.32 0 0.63 0.00
HSL 90.75º 0.99% 0.68% -
HSV(B) 90.75º 0.63% 1% -
XYZ 54.48 80.46 23.25 -
YUV 211.24 61.83 100.01 -
System Red Green Blue C M Y K H S L
Decimal 172 254 94 0.32 0 0.63 0.00 90.75 0.99 0.68
Hex AC FE 5E 20 0 3F 0 5B 63 44
Octal 254 376 136 40 0 77 0 133 143 104
Binary 10101100 11111110 1011110 100000 0 111111 0 1011011 1100011 1000100

Color Harmonies of #ACFE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE5E

Black with #ACFE5E

Text Example


Text Example

White with #ACFE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE5E; }

 p { color: rgb(172,254,94); }

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

background-color css

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

 a { background-color: rgb(172,254,94); }

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

border-color css

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

 span { border-color: rgb(172,254,94); }

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