Html Css Color HEX #ACDA46 Conifer

📋 copy color: '#ACDA46'

red 172 ◦ green 218 ◦ blue 70

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

Shades of Conifer #ACDA46

Tints of Conifer #ACDA46

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.39%

 BLUE value IS 70 (27.73% from 255) = 15.22%

R = 37.39%
G = 47.39%
B = 15.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#ACDA46 (or 0xACDA46) is known color: Conifer. HEX triplet: AC, DA and 46. RGB value is (172,218,70). Sum of RGB (Red+Green+Blue) = 172+218+70=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA46 is #5325B9. Grayscale: #BBBBBB. Windows color (decimal): -5449146 or 4643500. OLE color: 4643500.

HSL color Cylindrical-coordinate representation of color #ACDA46: hue angle of 78.65º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACDA46 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 70 -
CMYK 0.21 0 0.68 0.15
HSL 78.65º 0.67% 0.56% -
HSV(B) 78.65º 0.68% 0.85% -
XYZ 43.19 59.36 14.97 -
YUV 187.37 61.76 117.03 -
System Red Green Blue C M Y K H S L
Decimal 172 218 70 0.21 0 0.68 0.15 78.65 0.67 0.56
Hex AC DA 46 15 0 44 F 4F 43 38
Octal 254 332 106 25 0 104 17 117 103 70
Binary 10101100 11011010 1000110 10101 0 1000100 1111 1001111 1000011 111000

Color Harmonies of #ACDA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA46

Black with #ACDA46

Text Example


Text Example

White with #ACDA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA46; }

 p { color: rgb(172,218,70); }

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

background-color css

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

 a { background-color: rgb(172,218,70); }

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

border-color css

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

 span { border-color: rgb(172,218,70); }

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