Html Css Color HEX #A8DF64 Conifer

📋 copy color: '#A8DF64'

red 168 ◦ green 223 ◦ blue 100

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

Shades of Conifer #A8DF64

Tints of Conifer #A8DF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.37%

R = 34.22%
G = 45.42%
B = 20.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#A8DF64 (or 0xA8DF64) is known color: Conifer. HEX triplet: A8, DF and 64. RGB value is (168,223,100). Sum of RGB (Red+Green+Blue) = 168+223+100=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF64 is #57209B. Grayscale: #C0C0C0. Windows color (decimal): -5709980 or 6610856. OLE color: 6610856.

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

Color convert

RGB 168 223 100 -
CMYK 0.25 0 0.55 0.13
HSL 86.83º 0.66% 0.63% -
HSV(B) 86.83º 0.55% 0.87% -
XYZ 44.84 62.02 21.66 -
YUV 192.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 168 223 100 0.25 0 0.55 0.13 86.83 0.66 0.63
Hex A8 DF 64 19 0 37 D 57 42 3F
Octal 250 337 144 31 0 67 15 127 102 77
Binary 10101000 11011111 1100100 11001 0 110111 1101 1010111 1000010 111111

Color Harmonies of #A8DF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF64

Black with #A8DF64

Text Example


Text Example

White with #A8DF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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