Html Css Color HEX #ACFD5C Conifer

📋 copy color: '#ACFD5C'

red 172 ◦ green 253 ◦ blue 92

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

Shades of Conifer #ACFD5C

Tints of Conifer #ACFD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.79%

R = 33.27%
G = 48.94%
B = 17.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#ACFD5C (or 0xACFD5C) is known color: Conifer. HEX triplet: AC, FD and 5C. RGB value is (172,253,92). Sum of RGB (Red+Green+Blue) = 172+253+92=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD5C is #5302A3. Grayscale: #D2D2D2. Windows color (decimal): -5440164 or 6094252. OLE color: 6094252.

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

Color convert

RGB 172 253 92 -
CMYK 0.32 0 0.64 0.01
HSL 90.19º 0.98% 0.68% -
HSV(B) 90.19º 0.64% 0.99% -
XYZ 54.07 79.79 22.68 -
YUV 210.43 61.16 100.59 -
System Red Green Blue C M Y K H S L
Decimal 172 253 92 0.32 0 0.64 0.01 90.19 0.98 0.68
Hex AC FD 5C 20 0 40 1 5A 62 44
Octal 254 375 134 40 0 100 1 132 142 104
Binary 10101100 11111101 1011100 100000 0 1000000 1 1011010 1100010 1000100

Color Harmonies of #ACFD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD5C

Black with #ACFD5C

Text Example


Text Example

White with #ACFD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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