Html Css Color HEX #ACF255 Conifer

📋 copy color: '#ACF255'

red 172 ◦ green 242 ◦ blue 85

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

Shades of Conifer #ACF255

Tints of Conifer #ACF255

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.5%

 BLUE value IS 85 (33.59% from 255) = 17.03%

R = 34.47%
G = 48.5%
B = 17.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#ACF255 (or 0xACF255) is known color: Conifer. HEX triplet: AC, F2 and 55. RGB value is (172,242,85). Sum of RGB (Red+Green+Blue) = 172+242+85=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF255 is #530DAA. Grayscale: #CBCBCB. Windows color (decimal): -5442987 or 5632684. OLE color: 5632684.

HSL color Cylindrical-coordinate representation of color #ACF255: hue angle of 86.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACF255 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 85 -
CMYK 0.29 0 0.65 0.05
HSL 86.75º 0.86% 0.64% -
HSV(B) 86.75º 0.65% 0.95% -
XYZ 50.41 72.93 20.01 -
YUV 203.17 61.31 105.77 -
System Red Green Blue C M Y K H S L
Decimal 172 242 85 0.29 0 0.65 0.05 86.75 0.86 0.64
Hex AC F2 55 1D 0 41 5 57 56 40
Octal 254 362 125 35 0 101 5 127 126 100
Binary 10101100 11110010 1010101 11101 0 1000001 101 1010111 1010110 1000000

Color Harmonies of #ACF255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF255

Black with #ACF255

Text Example


Text Example

White with #ACF255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF255; }

 p { color: rgb(172,242,85); }

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

background-color css

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

 a { background-color: rgb(172,242,85); }

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

border-color css

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

 span { border-color: rgb(172,242,85); }

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