Html Css Color HEX #A8DF4A Conifer

📋 copy color: '#A8DF4A'

red 168 ◦ green 223 ◦ blue 74

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

Shades of Conifer #A8DF4A

Tints of Conifer #A8DF4A

RGB

 RED value IS 168 (66.02% from 255) = 36.13%

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

 BLUE value IS 74 (29.3% from 255) = 15.91%

R = 36.13%
G = 47.96%
B = 15.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#A8DF4A (or 0xA8DF4A) is known color: Conifer. HEX triplet: A8, DF and 4A. RGB value is (168,223,74). Sum of RGB (Red+Green+Blue) = 168+223+74=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF4A is #5720B5. Grayscale: #BEBEBE. Windows color (decimal): -5710006 or 4906920. OLE color: 4906920.

HSL color Cylindrical-coordinate representation of color #A8DF4A: hue angle of 82.15º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8DF4A is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 74 -
CMYK 0.25 0 0.67 0.13
HSL 82.15º 0.7% 0.58% -
HSV(B) 82.15º 0.67% 0.87% -
XYZ 43.77 61.59 16.06 -
YUV 189.57 62.78 112.62 -
System Red Green Blue C M Y K H S L
Decimal 168 223 74 0.25 0 0.67 0.13 82.15 0.7 0.58
Hex A8 DF 4A 19 0 43 D 52 46 3A
Octal 250 337 112 31 0 103 15 122 106 72
Binary 10101000 11011111 1001010 11001 0 1000011 1101 1010010 1000110 111010

Color Harmonies of #A8DF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF4A

Black with #A8DF4A

Text Example


Text Example

White with #A8DF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF4A; }

 p { color: rgb(168,223,74); }

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

background-color css

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

 a { background-color: rgb(168,223,74); }

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

border-color css

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

 span { border-color: rgb(168,223,74); }

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