Html Css Color HEX #ACF65D Conifer

📋 copy color: '#ACF65D'

red 172 ◦ green 246 ◦ blue 93

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

Shades of Conifer #ACF65D

Tints of Conifer #ACF65D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.14%

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

R = 33.66%
G = 48.14%
B = 18.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#ACF65D (or 0xACF65D) is known color: Conifer. HEX triplet: AC, F6 and 5D. RGB value is (172,246,93). Sum of RGB (Red+Green+Blue) = 172+246+93=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF65D is #5309A2. Grayscale: #CECECE. Windows color (decimal): -5441955 or 6157996. OLE color: 6157996.

HSL color Cylindrical-coordinate representation of color #ACF65D: hue angle of 89.02º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF65D is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 93 -
CMYK 0.30 0 0.62 0.04
HSL 89.02º 0.89% 0.66% -
HSV(B) 89.02º 0.62% 0.96% -
XYZ 51.94 75.47 22.19 -
YUV 206.43 63.98 103.44 -
System Red Green Blue C M Y K H S L
Decimal 172 246 93 0.30 0 0.62 0.04 89.02 0.89 0.66
Hex AC F6 5D 1E 0 3E 4 59 59 42
Octal 254 366 135 36 0 76 4 131 131 102
Binary 10101100 11110110 1011101 11110 0 111110 100 1011001 1011001 1000010

Color Harmonies of #ACF65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF65D

Black with #ACF65D

Text Example


Text Example

White with #ACF65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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