Html Css Color HEX #ACF74D Conifer

📋 copy color: '#ACF74D'

red 172 ◦ green 247 ◦ blue 77

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

Shades of Conifer #ACF74D

Tints of Conifer #ACF74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.52%

R = 34.68%
G = 49.8%
B = 15.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#ACF74D (or 0xACF74D) is known color: Conifer. HEX triplet: AC, F7 and 4D. RGB value is (172,247,77). Sum of RGB (Red+Green+Blue) = 172+247+77=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF74D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF74D is #5308B2. Grayscale: #CDCDCD. Windows color (decimal): -5441715 or 5109676. OLE color: 5109676.

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

Color convert

RGB 172 247 77 -
CMYK 0.30 0 0.69 0.03
HSL 86.47º 0.91% 0.64% -
HSV(B) 86.47º 0.69% 0.97% -
XYZ 51.61 75.83 18.94 -
YUV 205.2 55.65 104.32 -
System Red Green Blue C M Y K H S L
Decimal 172 247 77 0.30 0 0.69 0.03 86.47 0.91 0.64
Hex AC F7 4D 1E 0 45 3 56 5B 40
Octal 254 367 115 36 0 105 3 126 133 100
Binary 10101100 11110111 1001101 11110 0 1000101 11 1010110 1011011 1000000

Color Harmonies of #ACF74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF74D

Black with #ACF74D

Text Example


Text Example

White with #ACF74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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