Html Css Color HEX #ACFD5D Conifer

📋 copy color: '#ACFD5D'

red 172 ◦ green 253 ◦ blue 93

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

Shades of Conifer #ACFD5D

Tints of Conifer #ACFD5D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.84%

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

R = 33.2%
G = 48.84%
B = 17.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#ACFD5D (or 0xACFD5D) is known color: Conifer. HEX triplet: AC, FD and 5D. RGB value is (172,253,93). Sum of RGB (Red+Green+Blue) = 172+253+93=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD5D is #5302A2. Grayscale: #D3D3D3. Windows color (decimal): -5440163 or 6159788. OLE color: 6159788.

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

Color convert

RGB 172 253 93 -
CMYK 0.32 0 0.63 0.01
HSL 90.38º 0.98% 0.68% -
HSV(B) 90.38º 0.63% 0.99% -
XYZ 54.11 79.81 22.91 -
YUV 210.54 61.66 100.51 -
System Red Green Blue C M Y K H S L
Decimal 172 253 93 0.32 0 0.63 0.01 90.38 0.98 0.68
Hex AC FD 5D 20 0 3F 1 5A 62 44
Octal 254 375 135 40 0 77 1 132 142 104
Binary 10101100 11111101 1011101 100000 0 111111 1 1011010 1100010 1000100

Color Harmonies of #ACFD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD5D

Black with #ACFD5D

Text Example


Text Example

White with #ACFD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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