Html Css Color HEX #ACF768 Conifer

📋 copy color: '#ACF768'

red 172 ◦ green 247 ◦ blue 104

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

Shades of Conifer #ACF768

Tints of Conifer #ACF768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.89%

R = 32.89%
G = 47.23%
B = 19.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#ACF768 (or 0xACF768) is known color: Conifer. HEX triplet: AC, F7 and 68. RGB value is (172,247,104). Sum of RGB (Red+Green+Blue) = 172+247+104=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF768 is #530897. Grayscale: #D0D0D0. Windows color (decimal): -5441688 or 6879148. OLE color: 6879148.

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

Color convert

RGB 172 247 104 -
CMYK 0.30 0 0.58 0.03
HSL 91.47º 0.9% 0.69% -
HSV(B) 91.47º 0.58% 0.97% -
XYZ 52.77 76.29 25.04 -
YUV 208.27 69.15 102.13 -
System Red Green Blue C M Y K H S L
Decimal 172 247 104 0.30 0 0.58 0.03 91.47 0.9 0.69
Hex AC F7 68 1E 0 3A 3 5B 5A 45
Octal 254 367 150 36 0 72 3 133 132 105
Binary 10101100 11110111 1101000 11110 0 111010 11 1011011 1011010 1000101

Color Harmonies of #ACF768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF768

Black with #ACF768

Text Example


Text Example

White with #ACF768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF768; }

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

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

background-color css

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

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

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

border-color css

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

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

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