Html Css Color HEX #A8CD13 Bahia

📋 copy color: '#A8CD13'

red 168 ◦ green 205 ◦ blue 19

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

Shades of Bahia #A8CD13

Tints of Bahia #A8CD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.85%

R = 42.86%
G = 52.3%
B = 4.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#A8CD13 (or 0xA8CD13) is known color: Bahia. HEX triplet: A8, CD and 13. RGB value is (168,205,19). Sum of RGB (Red+Green+Blue) = 168+205+19=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CD13 is #5732EC. Grayscale: #ADADAD. Windows color (decimal): -5714669 or 1297832. OLE color: 1297832.

HSL color Cylindrical-coordinate representation of color #A8CD13: hue angle of 71.94º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8CD13 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 205 19 -
CMYK 0.18 0 0.91 0.20
HSL 71.94º 0.83% 0.44% -
HSV(B) 71.94º 0.91% 0.8% -
XYZ 38.1 52.03 8.65 -
YUV 172.73 41.24 124.62 -
System Red Green Blue C M Y K H S L
Decimal 168 205 19 0.18 0 0.91 0.20 71.94 0.83 0.44
Hex A8 CD 13 12 0 5B 14 48 53 2C
Octal 250 315 23 22 0 133 24 110 123 54
Binary 10101000 11001101 10011 10010 0 1011011 10100 1001000 1010011 101100

Color Harmonies of #A8CD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD13

Black with #A8CD13

Text Example


Text Example

White with #A8CD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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