Html Css Color HEX #ACF75D Conifer

📋 copy color: '#ACF75D'

red 172 ◦ green 247 ◦ blue 93

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

Shades of Conifer #ACF75D

Tints of Conifer #ACF75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.16%

R = 33.59%
G = 48.24%
B = 18.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#ACF75D (or 0xACF75D) is known color: Conifer. HEX triplet: AC, F7 and 5D. RGB value is (172,247,93). Sum of RGB (Red+Green+Blue) = 172+247+93=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF75D is #5308A2. Grayscale: #CFCFCF. Windows color (decimal): -5441699 or 6158252. OLE color: 6158252.

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

Color convert

RGB 172 247 93 -
CMYK 0.30 0 0.62 0.03
HSL 89.22º 0.91% 0.67% -
HSV(B) 89.22º 0.62% 0.97% -
XYZ 52.25 76.08 22.29 -
YUV 207.02 63.65 103.02 -
System Red Green Blue C M Y K H S L
Decimal 172 247 93 0.30 0 0.62 0.03 89.22 0.91 0.67
Hex AC F7 5D 1E 0 3E 3 59 5B 43
Octal 254 367 135 36 0 76 3 131 133 103
Binary 10101100 11110111 1011101 11110 0 111110 11 1011001 1011011 1000011

Color Harmonies of #ACF75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF75D

Black with #ACF75D

Text Example


Text Example

White with #ACF75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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