Html Css Color HEX #A8CF39 Atlantis

📋 copy color: '#A8CF39'

red 168 ◦ green 207 ◦ blue 57

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

Shades of Atlantis #A8CF39

Tints of Atlantis #A8CF39

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.92%

 BLUE value IS 57 (22.66% from 255) = 13.19%

R = 38.89%
G = 47.92%
B = 13.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#A8CF39 (or 0xA8CF39) is known color: Atlantis. HEX triplet: A8, CF and 39. RGB value is (168,207,57). Sum of RGB (Red+Green+Blue) = 168+207+57=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CF39 is #5730C6. Grayscale: #B2B2B2. Windows color (decimal): -5714119 or 3788712. OLE color: 3788712.

HSL color Cylindrical-coordinate representation of color #A8CF39: hue angle of 75.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8CF39 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 207 57 -
CMYK 0.19 0 0.72 0.19
HSL 75.6º 0.61% 0.52% -
HSV(B) 75.6º 0.72% 0.81% -
XYZ 39.2 53.25 12.08 -
YUV 178.24 59.58 120.7 -
System Red Green Blue C M Y K H S L
Decimal 168 207 57 0.19 0 0.72 0.19 75.6 0.61 0.52
Hex A8 CF 39 13 0 48 13 4C 3D 34
Octal 250 317 71 23 0 110 23 114 75 64
Binary 10101000 11001111 111001 10011 0 1001000 10011 1001100 111101 110100

Color Harmonies of #A8CF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CF39

Black with #A8CF39

Text Example


Text Example

White with #A8CF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CF39; }

 p { color: rgb(168,207,57); }

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

background-color css

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

 a { background-color: rgb(168,207,57); }

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

border-color css

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

 span { border-color: rgb(168,207,57); }

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