Html Css Color HEX #A8DD67 Conifer

📋 copy color: '#A8DD67'

red 168 ◦ green 221 ◦ blue 103

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

Shades of Conifer #A8DD67

Tints of Conifer #A8DD67

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 103 (40.63% from 255) = 20.93%

R = 34.15%
G = 44.92%
B = 20.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#A8DD67 (or 0xA8DD67) is known color: Conifer. HEX triplet: A8, DD and 67. RGB value is (168,221,103). Sum of RGB (Red+Green+Blue) = 168+221+103=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD67 is #572298. Grayscale: #C0C0C0. Windows color (decimal): -5710489 or 6806952. OLE color: 6806952.

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

Color convert

RGB 168 221 103 -
CMYK 0.24 0 0.53 0.13
HSL 86.95º 0.63% 0.64% -
HSV(B) 86.95º 0.53% 0.87% -
XYZ 44.45 61.02 22.27 -
YUV 191.7 77.94 111.09 -
System Red Green Blue C M Y K H S L
Decimal 168 221 103 0.24 0 0.53 0.13 86.95 0.63 0.64
Hex A8 DD 67 18 0 35 D 57 3F 40
Octal 250 335 147 30 0 65 15 127 77 100
Binary 10101000 11011101 1100111 11000 0 110101 1101 1010111 111111 1000000

Color Harmonies of #A8DD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD67

Black with #A8DD67

Text Example


Text Example

White with #A8DD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD67; }

 p { color: rgb(168,221,103); }

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

background-color css

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

 a { background-color: rgb(168,221,103); }

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

border-color css

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

 span { border-color: rgb(168,221,103); }

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