Html Css Color HEX #AFF263 Conifer

📋 copy color: '#AFF263'

red 175 ◦ green 242 ◦ blue 99

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

Shades of Conifer #AFF263

Tints of Conifer #AFF263

RGB

 RED value IS 175 (68.75% from 255) = 33.91%

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

 BLUE value IS 99 (39.06% from 255) = 19.19%

R = 33.91%
G = 46.9%
B = 19.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#AFF263 (or 0xAFF263) is known color: Conifer. HEX triplet: AF, F2 and 63. RGB value is (175,242,99). Sum of RGB (Red+Green+Blue) = 175+242+99=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF263 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF263 is #500D9C. Grayscale: #CECECE. Windows color (decimal): -5246365 or 6550191. OLE color: 6550191.

HSL color Cylindrical-coordinate representation of color #AFF263: hue angle of 88.11º 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 #AFF263 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 99 -
CMYK 0.28 0 0.59 0.05
HSL 88.11º 0.85% 0.67% -
HSV(B) 88.11º 0.59% 0.95% -
XYZ 51.68 73.52 23.27 -
YUV 205.67 67.8 106.13 -
System Red Green Blue C M Y K H S L
Decimal 175 242 99 0.28 0 0.59 0.05 88.11 0.85 0.67
Hex AF F2 63 1C 0 3B 5 58 55 43
Octal 257 362 143 34 0 73 5 130 125 103
Binary 10101111 11110010 1100011 11100 0 111011 101 1011000 1010101 1000011

Color Harmonies of #AFF263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF263

Black with #AFF263

Text Example


Text Example

White with #AFF263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF263; }

 p { color: rgb(175,242,99); }

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

background-color css

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

 a { background-color: rgb(175,242,99); }

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

border-color css

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

 span { border-color: rgb(175,242,99); }

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