Html Css Color HEX #A8DF52 Conifer

📋 copy color: '#A8DF52'

red 168 ◦ green 223 ◦ blue 82

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

Shades of Conifer #A8DF52

Tints of Conifer #A8DF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.34%

R = 35.52%
G = 47.15%
B = 17.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#A8DF52 (or 0xA8DF52) is known color: Conifer. HEX triplet: A8, DF and 52. RGB value is (168,223,82). Sum of RGB (Red+Green+Blue) = 168+223+82=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF52 is #5720AD. Grayscale: #BEBEBE. Windows color (decimal): -5709998 or 5431208. OLE color: 5431208.

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

Color convert

RGB 168 223 82 -
CMYK 0.25 0 0.63 0.13
HSL 83.4º 0.69% 0.6% -
HSV(B) 83.4º 0.63% 0.87% -
XYZ 44.06 61.71 17.57 -
YUV 190.48 66.78 111.96 -
System Red Green Blue C M Y K H S L
Decimal 168 223 82 0.25 0 0.63 0.13 83.4 0.69 0.6
Hex A8 DF 52 19 0 3F D 53 45 3C
Octal 250 337 122 31 0 77 15 123 105 74
Binary 10101000 11011111 1010010 11001 0 111111 1101 1010011 1000101 111100

Color Harmonies of #A8DF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF52

Black with #A8DF52

Text Example


Text Example

White with #A8DF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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