Html Css Color HEX #AFF267 Conifer

📋 copy color: '#AFF267'

red 175 ◦ green 242 ◦ blue 103

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

Shades of Conifer #AFF267

Tints of Conifer #AFF267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.81%

R = 33.65%
G = 46.54%
B = 19.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#AFF267 (or 0xAFF267) is known color: Conifer. HEX triplet: AF, F2 and 67. RGB value is (175,242,103). Sum of RGB (Red+Green+Blue) = 175+242+103=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF267 is #500D98. Grayscale: #CECECE. Windows color (decimal): -5246361 or 6812335. OLE color: 6812335.

HSL color Cylindrical-coordinate representation of color #AFF267: hue angle of 88.92º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFF267 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 103 -
CMYK 0.28 0 0.57 0.05
HSL 88.92º 0.84% 0.68% -
HSV(B) 88.92º 0.57% 0.95% -
XYZ 51.88 73.6 24.3 -
YUV 206.12 69.8 105.8 -
System Red Green Blue C M Y K H S L
Decimal 175 242 103 0.28 0 0.57 0.05 88.92 0.84 0.68
Hex AF F2 67 1C 0 39 5 59 54 44
Octal 257 362 147 34 0 71 5 131 124 104
Binary 10101111 11110010 1100111 11100 0 111001 101 1011001 1010100 1000100

Color Harmonies of #AFF267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF267

Black with #AFF267

Text Example


Text Example

White with #AFF267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF267; }

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

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

background-color css

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

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

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

border-color css

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

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

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