Html Css Color HEX #ACFF5B Conifer

📋 copy color: '#ACFF5B'

red 172 ◦ green 255 ◦ blue 91

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

Shades of Conifer #ACFF5B

Tints of Conifer #ACFF5B

RGB

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

 GREEN value IS 255 (100% from 255) = 49.23%

 BLUE value IS 91 (35.94% from 255) = 17.57%

R = 33.2%
G = 49.23%
B = 17.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#ACFF5B (or 0xACFF5B) is known color: Conifer. HEX triplet: AC, FF and 5B. RGB value is (172,255,91). Sum of RGB (Red+Green+Blue) = 172+255+91=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF5B is #5300A4. Grayscale: #D4D4D4. Windows color (decimal): -5439653 or 6029228. OLE color: 6029228.

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

Color convert

RGB 172 255 91 -
CMYK 0.33 0 0.64 0
HSL 90.37º 1% 0.68% -
HSV(B) 90.37º 0.64% 1% -
XYZ 54.66 81.05 22.66 -
YUV 211.49 60 99.84 -
System Red Green Blue C M Y K H S L
Decimal 172 255 91 0.33 0 0.64 0 90.37 1 0.68
Hex AC FF 5B 21 0 40 0 5A 64 44
Octal 254 377 133 41 0 100 0 132 144 104
Binary 10101100 11111111 1011011 100001 0 1000000 0 1011010 1100100 1000100

Color Harmonies of #ACFF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF5B

Black with #ACFF5B

Text Example


Text Example

White with #ACFF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF5B; }

 p { color: rgb(172,255,91); }

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

background-color css

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

 a { background-color: rgb(172,255,91); }

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

border-color css

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

 span { border-color: rgb(172,255,91); }

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