Html Css Color HEX #A8D469 Conifer

📋 copy color: '#A8D469'

red 168 ◦ green 212 ◦ blue 105

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

Shades of Conifer #A8D469

Tints of Conifer #A8D469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.71%

 BLUE value IS 105 (41.41% from 255) = 21.65%

R = 34.64%
G = 43.71%
B = 21.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#A8D469 (or 0xA8D469) is known color: Conifer. HEX triplet: A8, D4 and 69. RGB value is (168,212,105). Sum of RGB (Red+Green+Blue) = 168+212+105=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D469 is #572B96. Grayscale: #BBBBBB. Windows color (decimal): -5712791 or 6935720. OLE color: 6935720.

HSL color Cylindrical-coordinate representation of color #A8D469: hue angle of 84.67º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8D469 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 105 -
CMYK 0.21 0 0.50 0.17
HSL 84.67º 0.55% 0.62% -
HSV(B) 84.67º 0.5% 0.83% -
XYZ 42.24 56.43 22.03 -
YUV 186.65 81.92 114.7 -
System Red Green Blue C M Y K H S L
Decimal 168 212 105 0.21 0 0.50 0.17 84.67 0.55 0.62
Hex A8 D4 69 15 0 32 11 55 37 3E
Octal 250 324 151 25 0 62 21 125 67 76
Binary 10101000 11010100 1101001 10101 0 110010 10001 1010101 110111 111110

Color Harmonies of #A8D469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D469

Black with #A8D469

Text Example


Text Example

White with #A8D469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D469; }

 p { color: rgb(168,212,105); }

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

background-color css

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

 a { background-color: rgb(168,212,105); }

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

border-color css

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

 span { border-color: rgb(168,212,105); }

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