Html Css Color HEX #ACDF3F Conifer

📋 copy color: '#ACDF3F'

red 172 ◦ green 223 ◦ blue 63

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

Shades of Conifer #ACDF3F

Tints of Conifer #ACDF3F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.69%

 BLUE value IS 63 (25% from 255) = 13.76%

R = 37.55%
G = 48.69%
B = 13.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#ACDF3F (or 0xACDF3F) is known color: Conifer. HEX triplet: AC, DF and 3F. RGB value is (172,223,63). Sum of RGB (Red+Green+Blue) = 172+223+63=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF3F is #5320C0. Grayscale: #BEBEBE. Windows color (decimal): -5447873 or 4186028. OLE color: 4186028.

HSL color Cylindrical-coordinate representation of color #ACDF3F: hue angle of 79.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACDF3F is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 63 -
CMYK 0.23 0 0.72 0.13
HSL 79.13º 0.71% 0.56% -
HSV(B) 79.13º 0.72% 0.87% -
XYZ 44.3 61.9 14.32 -
YUV 189.51 56.6 115.51 -
System Red Green Blue C M Y K H S L
Decimal 172 223 63 0.23 0 0.72 0.13 79.13 0.71 0.56
Hex AC DF 3F 17 0 48 D 4F 47 38
Octal 254 337 77 27 0 110 15 117 107 70
Binary 10101100 11011111 111111 10111 0 1001000 1101 1001111 1000111 111000

Color Harmonies of #ACDF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF3F

Black with #ACDF3F

Text Example


Text Example

White with #ACDF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF3F; }

 p { color: rgb(172,223,63); }

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

background-color css

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

 a { background-color: rgb(172,223,63); }

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

border-color css

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

 span { border-color: rgb(172,223,63); }

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