Html Css Color HEX #ABF264 Conifer

📋 copy color: '#ABF264'

red 171 ◦ green 242 ◦ blue 100

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

Shades of Conifer #ABF264

Tints of Conifer #ABF264

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.17%

 BLUE value IS 100 (39.45% from 255) = 19.49%

R = 33.33%
G = 47.17%
B = 19.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#ABF264 (or 0xABF264) is known color: Conifer. HEX triplet: AB, F2 and 64. RGB value is (171,242,100). Sum of RGB (Red+Green+Blue) = 171+242+100=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF264 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF264 is #540D9B. Grayscale: #CDCDCD. Windows color (decimal): -5508508 or 6615723. OLE color: 6615723.

HSL color Cylindrical-coordinate representation of color #ABF264: hue angle of 90º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABF264 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 100 -
CMYK 0.29 0 0.59 0.05
HSL 90º 0.85% 0.67% -
HSV(B) 90º 0.59% 0.95% -
XYZ 50.85 73.08 23.48 -
YUV 204.58 68.98 104.05 -
System Red Green Blue C M Y K H S L
Decimal 171 242 100 0.29 0 0.59 0.05 90 0.85 0.67
Hex AB F2 64 1D 0 3B 5 5A 55 43
Octal 253 362 144 35 0 73 5 132 125 103
Binary 10101011 11110010 1100100 11101 0 111011 101 1011010 1010101 1000011

Color Harmonies of #ABF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF264

Black with #ABF264

Text Example


Text Example

White with #ABF264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF264; }

 p { color: rgb(171,242,100); }

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

background-color css

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

 a { background-color: rgb(171,242,100); }

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

border-color css

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

 span { border-color: rgb(171,242,100); }

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