Html Css Color HEX #ACDF3E Conifer

📋 copy color: '#ACDF3E'

red 172 ◦ green 223 ◦ blue 62

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

Shades of Conifer #ACDF3E

Tints of Conifer #ACDF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.57%

R = 37.64%
G = 48.8%
B = 13.57%

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

#ACDF3E (or 0xACDF3E) is known color: Conifer. HEX triplet: AC, DF and 3E. RGB value is (172,223,62). Sum of RGB (Red+Green+Blue) = 172+223+62=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF3E is #5320C1. Grayscale: #BDBDBD. Windows color (decimal): -5447874 or 4120492. OLE color: 4120492.

HSL color Cylindrical-coordinate representation of color #ACDF3E: hue angle of 79.01º degrees, saturation: 0.72, 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 #ACDF3E is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 62 -
CMYK 0.23 0 0.72 0.13
HSL 79.01º 0.72% 0.56% -
HSV(B) 79.01º 0.72% 0.87% -
XYZ 44.27 61.89 14.17 -
YUV 189.4 56.1 115.59 -
System Red Green Blue C M Y K H S L
Decimal 172 223 62 0.23 0 0.72 0.13 79.01 0.72 0.56
Hex AC DF 3E 17 0 48 D 4F 48 38
Octal 254 337 76 27 0 110 15 117 110 70
Binary 10101100 11011111 111110 10111 0 1001000 1101 1001111 1001000 111000

Color Harmonies of #ACDF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF3E

Black with #ACDF3E

Text Example


Text Example

White with #ACDF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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