Html Css Color HEX #ACFE5A Conifer

📋 copy color: '#ACFE5A'

red 172 ◦ green 254 ◦ blue 90

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

Shades of Conifer #ACFE5A

Tints of Conifer #ACFE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.44%

R = 33.33%
G = 49.22%
B = 17.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#ACFE5A (or 0xACFE5A) is known color: Conifer. HEX triplet: AC, FE and 5A. RGB value is (172,254,90). Sum of RGB (Red+Green+Blue) = 172+254+90=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE5A is #5301A5. Grayscale: #D3D3D3. Windows color (decimal): -5439910 or 5963436. OLE color: 5963436.

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

Color convert

RGB 172 254 90 -
CMYK 0.32 0 0.65 0.00
HSL 90º 0.99% 0.67% -
HSV(B) 90º 0.65% 1% -
XYZ 54.3 80.39 22.33 -
YUV 210.79 59.83 100.34 -
System Red Green Blue C M Y K H S L
Decimal 172 254 90 0.32 0 0.65 0.00 90 0.99 0.67
Hex AC FE 5A 20 0 41 0 5A 63 43
Octal 254 376 132 40 0 101 0 132 143 103
Binary 10101100 11111110 1011010 100000 0 1000001 0 1011010 1100011 1000011

Color Harmonies of #ACFE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE5A

Black with #ACFE5A

Text Example


Text Example

White with #ACFE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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