Html Css Color HEX #A8FD53 Conifer

📋 copy color: '#A8FD53'

red 168 ◦ green 253 ◦ blue 83

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

Shades of Conifer #A8FD53

Tints of Conifer #A8FD53

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.2%

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

R = 33.33%
G = 50.2%
B = 16.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#A8FD53 (or 0xA8FD53) is known color: Conifer. HEX triplet: A8, FD and 53. RGB value is (168,253,83). Sum of RGB (Red+Green+Blue) = 168+253+83=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD53 is #5702AC. Grayscale: #D0D0D0. Windows color (decimal): -5702317 or 5504424. OLE color: 5504424.

HSL color Cylindrical-coordinate representation of color #A8FD53: hue angle of 90º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8FD53 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 253 83 -
CMYK 0.34 0 0.67 0.01
HSL 90º 0.98% 0.66% -
HSV(B) 90º 0.67% 0.99% -
XYZ 52.84 79.2 20.69 -
YUV 208.21 57.34 99.32 -
System Red Green Blue C M Y K H S L
Decimal 168 253 83 0.34 0 0.67 0.01 90 0.98 0.66
Hex A8 FD 53 22 0 43 1 5A 62 42
Octal 250 375 123 42 0 103 1 132 142 102
Binary 10101000 11111101 1010011 100010 0 1000011 1 1011010 1100010 1000010

Color Harmonies of #A8FD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD53

Black with #A8FD53

Text Example


Text Example

White with #A8FD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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