Html Css Color HEX #ACF750 Conifer

📋 copy color: '#ACF750'

red 172 ◦ green 247 ◦ blue 80

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

Shades of Conifer #ACF750

Tints of Conifer #ACF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.5%

 BLUE value IS 80 (31.64% from 255) = 16.03%

R = 34.47%
G = 49.5%
B = 16.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#ACF750 (or 0xACF750) is known color: Conifer. HEX triplet: AC, F7 and 50. RGB value is (172,247,80). Sum of RGB (Red+Green+Blue) = 172+247+80=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF750 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF750 is #5308AF. Grayscale: #CECECE. Windows color (decimal): -5441712 or 5306284. OLE color: 5306284.

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

Color convert

RGB 172 247 80 -
CMYK 0.30 0 0.68 0.03
HSL 86.95º 0.91% 0.64% -
HSV(B) 86.95º 0.68% 0.97% -
XYZ 51.72 75.87 19.51 -
YUV 205.54 57.15 104.08 -
System Red Green Blue C M Y K H S L
Decimal 172 247 80 0.30 0 0.68 0.03 86.95 0.91 0.64
Hex AC F7 50 1E 0 44 3 57 5B 40
Octal 254 367 120 36 0 104 3 127 133 100
Binary 10101100 11110111 1010000 11110 0 1000100 11 1010111 1011011 1000000

Color Harmonies of #ACF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF750

Black with #ACF750

Text Example


Text Example

White with #ACF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF750; }

 p { color: rgb(172,247,80); }

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

background-color css

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

 a { background-color: rgb(172,247,80); }

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

border-color css

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

 span { border-color: rgb(172,247,80); }

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