Html Css Color HEX #ACF265 Conifer

📋 copy color: '#ACF265'

red 172 ◦ green 242 ◦ blue 101

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

Shades of Conifer #ACF265

Tints of Conifer #ACF265

RGB

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

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

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

R = 33.4%
G = 46.99%
B = 19.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#ACF265 (or 0xACF265) is known color: Conifer. HEX triplet: AC, F2 and 65. RGB value is (172,242,101). Sum of RGB (Red+Green+Blue) = 172+242+101=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF265 is #530D9A. Grayscale: #CDCDCD. Windows color (decimal): -5442971 or 6681260. OLE color: 6681260.

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

Color convert

RGB 172 242 101 -
CMYK 0.29 0 0.58 0.05
HSL 89.79º 0.84% 0.67% -
HSV(B) 89.79º 0.58% 0.95% -
XYZ 51.11 73.21 23.75 -
YUV 205 69.31 104.46 -
System Red Green Blue C M Y K H S L
Decimal 172 242 101 0.29 0 0.58 0.05 89.79 0.84 0.67
Hex AC F2 65 1D 0 3A 5 5A 54 43
Octal 254 362 145 35 0 72 5 132 124 103
Binary 10101100 11110010 1100101 11101 0 111010 101 1011010 1010100 1000011

Color Harmonies of #ACF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF265

Black with #ACF265

Text Example


Text Example

White with #ACF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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