Html Css Color HEX #A8CD53 Conifer

📋 copy color: '#A8CD53'

red 168 ◦ green 205 ◦ blue 83

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

Shades of Conifer #A8CD53

Tints of Conifer #A8CD53

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

 BLUE value IS 83 (32.81% from 255) = 18.2%

R = 36.84%
G = 44.96%
B = 18.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#A8CD53 (or 0xA8CD53) is known color: Conifer. HEX triplet: A8, CD and 53. RGB value is (168,205,83). Sum of RGB (Red+Green+Blue) = 168+205+83=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD53 is #5732AC. Grayscale: #B4B4B4. Windows color (decimal): -5714605 or 5492136. OLE color: 5492136.

HSL color Cylindrical-coordinate representation of color #A8CD53: hue angle of 78.2º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8CD53 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 205 83 -
CMYK 0.18 0 0.60 0.20
HSL 78.2º 0.55% 0.56% -
HSV(B) 78.2º 0.6% 0.8% -
XYZ 39.54 52.61 16.25 -
YUV 180.03 73.24 119.42 -
System Red Green Blue C M Y K H S L
Decimal 168 205 83 0.18 0 0.60 0.20 78.2 0.55 0.56
Hex A8 CD 53 12 0 3C 14 4E 37 38
Octal 250 315 123 22 0 74 24 116 67 70
Binary 10101000 11001101 1010011 10010 0 111100 10100 1001110 110111 111000

Color Harmonies of #A8CD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD53

Black with #A8CD53

Text Example


Text Example

White with #A8CD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD53; }

 p { color: rgb(168,205,83); }

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

background-color css

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

 a { background-color: rgb(168,205,83); }

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

border-color css

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

 span { border-color: rgb(168,205,83); }

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