Html Css Color HEX #ABCF3A Atlantis

📋 copy color: '#ABCF3A'

red 171 ◦ green 207 ◦ blue 58

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

Shades of Atlantis #ABCF3A

Tints of Atlantis #ABCF3A

RGB

 RED value IS 171 (67.19% from 255) = 39.22%

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

 BLUE value IS 58 (23.05% from 255) = 13.3%

R = 39.22%
G = 47.48%
B = 13.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#ABCF3A (or 0xABCF3A) is known color: Atlantis. HEX triplet: AB, CF and 3A. RGB value is (171,207,58). Sum of RGB (Red+Green+Blue) = 171+207+58=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF3A is #5430C5. Grayscale: #B3B3B3. Windows color (decimal): -5517510 or 3854251. OLE color: 3854251.

HSL color Cylindrical-coordinate representation of color #ABCF3A: hue angle of 74.5º 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 #ABCF3A is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 58 -
CMYK 0.17 0 0.72 0.19
HSL 74.5º 0.61% 0.52% -
HSV(B) 74.5º 0.72% 0.81% -
XYZ 39.87 53.59 12.25 -
YUV 179.25 59.57 122.12 -
System Red Green Blue C M Y K H S L
Decimal 171 207 58 0.17 0 0.72 0.19 74.5 0.61 0.52
Hex AB CF 3A 11 0 48 13 4A 3D 34
Octal 253 317 72 21 0 110 23 112 75 64
Binary 10101011 11001111 111010 10001 0 1001000 10011 1001010 111101 110100

Color Harmonies of #ABCF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF3A

Black with #ABCF3A

Text Example


Text Example

White with #ABCF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF3A; }

 p { color: rgb(171,207,58); }

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

background-color css

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

 a { background-color: rgb(171,207,58); }

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

border-color css

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

 span { border-color: rgb(171,207,58); }

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