Html Css Color HEX #ACF65B Conifer

📋 copy color: '#ACF65B'

red 172 ◦ green 246 ◦ blue 91

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

Shades of Conifer #ACF65B

Tints of Conifer #ACF65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.88%

R = 33.79%
G = 48.33%
B = 17.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#ACF65B (or 0xACF65B) is known color: Conifer. HEX triplet: AC, F6 and 5B. RGB value is (172,246,91). Sum of RGB (Red+Green+Blue) = 172+246+91=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF65B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF65B is #5309A4. Grayscale: #CECECE. Windows color (decimal): -5441957 or 6026924. OLE color: 6026924.

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

Color convert

RGB 172 246 91 -
CMYK 0.30 0 0.63 0.04
HSL 88.65º 0.9% 0.66% -
HSV(B) 88.65º 0.63% 0.96% -
XYZ 51.86 75.44 21.73 -
YUV 206.2 62.98 103.6 -
System Red Green Blue C M Y K H S L
Decimal 172 246 91 0.30 0 0.63 0.04 88.65 0.9 0.66
Hex AC F6 5B 1E 0 3F 4 59 5A 42
Octal 254 366 133 36 0 77 4 131 132 102
Binary 10101100 11110110 1011011 11110 0 111111 100 1011001 1011010 1000010

Color Harmonies of #ACF65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF65B

Black with #ACF65B

Text Example


Text Example

White with #ACF65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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