Html Css Color HEX #ACFE65 Conifer

📋 copy color: '#ACFE65'

red 172 ◦ green 254 ◦ blue 101

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

Shades of Conifer #ACFE65

Tints of Conifer #ACFE65

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.2%

 BLUE value IS 101 (39.84% from 255) = 19.17%

R = 32.64%
G = 48.2%
B = 19.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#ACFE65 (or 0xACFE65) is known color: Conifer. HEX triplet: AC, FE and 65. RGB value is (172,254,101). Sum of RGB (Red+Green+Blue) = 172+254+101=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE65 is #53019A. Grayscale: #D4D4D4. Windows color (decimal): -5439899 or 6684332. OLE color: 6684332.

HSL color Cylindrical-coordinate representation of color #ACFE65: hue angle of 92.16º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACFE65 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 101 -
CMYK 0.32 0 0.60 0.00
HSL 92.16º 0.99% 0.7% -
HSV(B) 92.16º 0.6% 1% -
XYZ 54.8 80.59 24.98 -
YUV 212.04 65.33 99.44 -
System Red Green Blue C M Y K H S L
Decimal 172 254 101 0.32 0 0.60 0.00 92.16 0.99 0.7
Hex AC FE 65 20 0 3C 0 5C 63 46
Octal 254 376 145 40 0 74 0 134 143 106
Binary 10101100 11111110 1100101 100000 0 111100 0 1011100 1100011 1000110

Color Harmonies of #ACFE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE65

Black with #ACFE65

Text Example


Text Example

White with #ACFE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE65; }

 p { color: rgb(172,254,101); }

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

background-color css

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

 a { background-color: rgb(172,254,101); }

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

border-color css

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

 span { border-color: rgb(172,254,101); }

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