Html Css Color HEX #ACFA5D Conifer

📋 copy color: '#ACFA5D'

red 172 ◦ green 250 ◦ blue 93

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

Shades of Conifer #ACFA5D

Tints of Conifer #ACFA5D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.54%

 BLUE value IS 93 (36.72% from 255) = 18.06%

R = 33.4%
G = 48.54%
B = 18.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#ACFA5D (or 0xACFA5D) is known color: Conifer. HEX triplet: AC, FA and 5D. RGB value is (172,250,93). Sum of RGB (Red+Green+Blue) = 172+250+93=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFA5D is #5305A2. Grayscale: #D1D1D1. Windows color (decimal): -5440931 or 6159020. OLE color: 6159020.

HSL color Cylindrical-coordinate representation of color #ACFA5D: hue angle of 89.81º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACFA5D is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 93 -
CMYK 0.31 0 0.63 0.02
HSL 89.81º 0.94% 0.67% -
HSV(B) 89.81º 0.63% 0.98% -
XYZ 53.17 77.93 22.6 -
YUV 208.78 62.66 101.77 -
System Red Green Blue C M Y K H S L
Decimal 172 250 93 0.31 0 0.63 0.02 89.81 0.94 0.67
Hex AC FA 5D 1F 0 3F 2 5A 5E 43
Octal 254 372 135 37 0 77 2 132 136 103
Binary 10101100 11111010 1011101 11111 0 111111 10 1011010 1011110 1000011

Color Harmonies of #ACFA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFA5D

Black with #ACFA5D

Text Example


Text Example

White with #ACFA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFA5D; }

 p { color: rgb(172,250,93); }

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

background-color css

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

 a { background-color: rgb(172,250,93); }

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

border-color css

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

 span { border-color: rgb(172,250,93); }

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