Html Css Color HEX #AFF063 Conifer

📋 copy color: '#AFF063'

red 175 ◦ green 240 ◦ blue 99

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

Shades of Conifer #AFF063

Tints of Conifer #AFF063

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.69%

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

R = 34.05%
G = 46.69%
B = 19.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#AFF063 (or 0xAFF063) is known color: Conifer. HEX triplet: AF, F0 and 63. RGB value is (175,240,99). Sum of RGB (Red+Green+Blue) = 175+240+99=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF063 is #500F9C. Grayscale: #CCCCCC. Windows color (decimal): -5246877 or 6549679. OLE color: 6549679.

HSL color Cylindrical-coordinate representation of color #AFF063: hue angle of 87.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFF063 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 99 -
CMYK 0.27 0 0.59 0.06
HSL 87.66º 0.82% 0.66% -
HSV(B) 87.66º 0.59% 0.94% -
XYZ 51.09 72.33 23.07 -
YUV 204.49 68.47 106.96 -
System Red Green Blue C M Y K H S L
Decimal 175 240 99 0.27 0 0.59 0.06 87.66 0.82 0.66
Hex AF F0 63 1B 0 3B 6 58 52 42
Octal 257 360 143 33 0 73 6 130 122 102
Binary 10101111 11110000 1100011 11011 0 111011 110 1011000 1010010 1000010

Color Harmonies of #AFF063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF063

Black with #AFF063

Text Example


Text Example

White with #AFF063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF063; }

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

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

background-color css

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

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

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

border-color css

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

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

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