Html Css Color HEX #ACF75A Conifer

📋 copy color: '#ACF75A'

red 172 ◦ green 247 ◦ blue 90

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

Shades of Conifer #ACF75A

Tints of Conifer #ACF75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.68%

R = 33.79%
G = 48.53%
B = 17.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#ACF75A (or 0xACF75A) is known color: Conifer. HEX triplet: AC, F7 and 5A. RGB value is (172,247,90). Sum of RGB (Red+Green+Blue) = 172+247+90=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF75A is #5308A5. Grayscale: #CFCFCF. Windows color (decimal): -5441702 or 5961644. OLE color: 5961644.

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

Color convert

RGB 172 247 90 -
CMYK 0.30 0 0.64 0.03
HSL 88.66º 0.91% 0.66% -
HSV(B) 88.66º 0.64% 0.97% -
XYZ 52.12 76.03 21.6 -
YUV 206.68 62.15 103.27 -
System Red Green Blue C M Y K H S L
Decimal 172 247 90 0.30 0 0.64 0.03 88.66 0.91 0.66
Hex AC F7 5A 1E 0 40 3 59 5B 42
Octal 254 367 132 36 0 100 3 131 133 102
Binary 10101100 11110111 1011010 11110 0 1000000 11 1011001 1011011 1000010

Color Harmonies of #ACF75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF75A

Black with #ACF75A

Text Example


Text Example

White with #ACF75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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