Html Css Color HEX #A8CB41 Atlantis

📋 copy color: '#A8CB41'

red 168 ◦ green 203 ◦ blue 65

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

Shades of Atlantis #A8CB41

Tints of Atlantis #A8CB41

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.56%

 BLUE value IS 65 (25.78% from 255) = 14.91%

R = 38.53%
G = 46.56%
B = 14.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#A8CB41 (or 0xA8CB41) is known color: Atlantis. HEX triplet: A8, CB and 41. RGB value is (168,203,65). Sum of RGB (Red+Green+Blue) = 168+203+65=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB41 is #5734BE. Grayscale: #B1B1B1. Windows color (decimal): -5715135 or 4311976. OLE color: 4311976.

HSL color Cylindrical-coordinate representation of color #A8CB41: hue angle of 75.22º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8CB41 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 203 65 -
CMYK 0.17 0 0.68 0.20
HSL 75.22º 0.57% 0.53% -
HSV(B) 75.22º 0.68% 0.8% -
XYZ 38.46 51.42 12.9 -
YUV 176.8 64.9 121.72 -
System Red Green Blue C M Y K H S L
Decimal 168 203 65 0.17 0 0.68 0.20 75.22 0.57 0.53
Hex A8 CB 41 11 0 44 14 4B 39 35
Octal 250 313 101 21 0 104 24 113 71 65
Binary 10101000 11001011 1000001 10001 0 1000100 10100 1001011 111001 110101

Color Harmonies of #A8CB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CB41

Black with #A8CB41

Text Example


Text Example

White with #A8CB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CB41; }

 p { color: rgb(168,203,65); }

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

background-color css

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

 a { background-color: rgb(168,203,65); }

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

border-color css

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

 span { border-color: rgb(168,203,65); }

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