Html Css Color HEX #ACFD5B Conifer

📋 copy color: '#ACFD5B'

red 172 ◦ green 253 ◦ blue 91

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

Shades of Conifer #ACFD5B

Tints of Conifer #ACFD5B

RGB

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

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

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

R = 33.33%
G = 49.03%
B = 17.64%

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

#ACFD5B (or 0xACFD5B) is known color: Conifer. HEX triplet: AC, FD and 5B. RGB value is (172,253,91). Sum of RGB (Red+Green+Blue) = 172+253+91=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD5B is #5302A4. Grayscale: #D2D2D2. Windows color (decimal): -5440165 or 6028716. OLE color: 6028716.

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

Color convert

RGB 172 253 91 -
CMYK 0.32 0 0.64 0.01
HSL 90º 0.98% 0.67% -
HSV(B) 90º 0.64% 0.99% -
XYZ 54.03 79.78 22.45 -
YUV 210.31 60.66 100.67 -
System Red Green Blue C M Y K H S L
Decimal 172 253 91 0.32 0 0.64 0.01 90 0.98 0.67
Hex AC FD 5B 20 0 40 1 5A 62 43
Octal 254 375 133 40 0 100 1 132 142 103
Binary 10101100 11111101 1011011 100000 0 1000000 1 1011010 1100010 1000011

Color Harmonies of #ACFD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD5B

Black with #ACFD5B

Text Example


Text Example

White with #ACFD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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